Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
node uses-with major 22.x -> 24.x age confidence
node final major 22-bookworm-slim -> 24-bookworm-slim age confidence
node stage major 22-bookworm -> 24-bookworm age confidence
@types/node (source) devDependencies minor 24.0.3 -> 24.10.0 age confidence

Release Notes

actions/node-versions (node)

v24.11.0: 24.11.0

Compare Source

Node.js 24.11.0

v24.10.0: 24.10.0

Compare Source

Node.js 24.10.0

v24.9.0: 24.9.0

Compare Source

Node.js 24.9.0

v24.8.0: 24.8.0

Compare Source

Node.js 24.8.0

v24.7.0: 24.7.0

Compare Source

Node.js 24.7.0

v24.6.0: 24.6.0

Compare Source

Node.js 24.6.0

v24.5.0: 24.5.0

Compare Source

Node.js 24.5.0

v24.4.1: 24.4.1

Compare Source

Node.js 24.4.1

v24.4.0: 24.4.0

Compare Source

Node.js 24.4.0

v24.3.0: 24.3.0

Compare Source

Node.js 24.3.0

v24.2.0: 24.2.0

Compare Source

Node.js 24.2.0

v24.1.0: 24.1.0

Compare Source

Node.js 24.1.0

v24.0.2: 24.0.2

Compare Source

Node.js 24.0.2

v24.0.1: 24.0.1

Compare Source

Node.js 24.0.1

v24.0.0: 24.0.0

Compare Source

Node.js 24.0.0

nodejs/node (node)

v24.11.0: 2025-10-28, Version 24.11.0 'Krypton' (LTS), @​richardlau

Compare Source

Notable Changes

This release marks the transition of Node.js 24.x into Long Term Support (LTS)
with the codename 'Krypton'. It will continue to receive updates through to
the end of April 2028.

Other than updating metadata, such as the process.release object, to reflect
that the release is LTS, no further changes from Node.js 24.10.0 are included.

v24.10.0: 2025-10-08, Version 24.10.0 (Current), @​RafaelGSS

Compare Source

Notable Changes
  • [31bb476895] - (SEMVER-MINOR) console: allow per-stream inspectOptions option (Anna Henningsen) #​60082
  • [3b92be2fb8] - (SEMVER-MINOR) lib: remove util.getCallSite (Rafael Gonzaga) #​59980
  • [18c79d9e1c] - (SEMVER-MINOR) sqlite: create authorization api (Guilherme Araújo) #​59928
Commits

v24.9.0: 2025-09-25, Version 24.9.0 (Current), @​targos

Compare Source

Notable Changes
  • [9b043a9096] - (SEMVER-MINOR) http: add shouldUpgradeCallback to let servers control HTTP upgrades (Tim Perry) #​59824
  • [a6456ab90a] - (SEMVER-MINOR) sqlite: cleanup ERM support and export Session class (James M Snell) #​58378
  • [5563361d22] - (SEMVER-MINOR) sqlite: add tagged template (0hm☘️) #​58748
  • [04013ee933] - (SEMVER-MINOR) worker: add heap profile API (theanarkh) #​59846
Commits

v24.8.0: 2025-09-10, Version 24.8.0 (Current), @​targos

Compare Source

Notable Changes
HTTP/2 Network Inspection Support in Node.js

Node.js now supports inspection of HTTP/2 network calls in Chrome DevTools for Node.js.

Usage

Write a test.js script that makes HTTP/2 requests.

const http2 = require('node:http2');

const client = http2.connect('https://nghttp2.org');

const req = client.request([
  ':path', '/',
  ':method', 'GET',
]);

Run it with these options:

node --inspect-wait --experimental-network-inspection test.js

Open about:inspect on Google Chrome and click on Open dedicated DevTools for Node.
The Network tab will let you track your HTTP/2 calls.

Contributed by Darshan Sen in #​59611.

Other Notable Changes
  • [7a8e2c251d] - (SEMVER-MINOR) crypto: support Ed448 and ML-DSA context parameter in node:crypto (Filip Skokan) #​59570
  • [4b631be0b0] - (SEMVER-MINOR) crypto: support Ed448 and ML-DSA context parameter in Web Cryptography (Filip Skokan) #​59570
  • [3e4b1e732c] - (SEMVER-MINOR) crypto: add KMAC Web Cryptography algorithms (Filip Skokan) #​59647
  • [b1d28785b2] - (SEMVER-MINOR) crypto: add Argon2 Web Cryptography algorithms (Filip Skokan) #​59544
  • [430691d1af] - (SEMVER-MINOR) crypto: support SLH-DSA KeyObject, sign, and verify (Filip Skokan) #​59537
  • [d6d05ba397] - (SEMVER-MINOR) worker: add cpu profile APIs for worker (theanarkh) #​59428
Commits

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 24, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch from a40a880 to 4f1c0a2 Compare June 27, 2025 18:42
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.0.4 ⬆️ Update dependency @types/node to v24.0.5 Jun 27, 2025
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.0.5 ⬆️ Update dependency @types/node to v24.0.6 Jun 27, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch from 4f1c0a2 to 69068ff Compare June 27, 2025 23:38
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.0.6 ⬆️ Update dependency @types/node to v24.0.7 Jun 28, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch from 69068ff to bfb6b9a Compare June 28, 2025 08:52
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.0.7 ⬆️ Update dependency @types/node to v24.0.8 Jun 30, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch from bfb6b9a to 3387bd4 Compare June 30, 2025 23:32
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.0.8 ⬆️ Update dependency @types/node to v24.0.9 Jul 1, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch 2 times, most recently from 52a674d to 5f74f51 Compare July 1, 2025 22:52
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.0.9 ⬆️ Update dependency @types/node to v24.0.10 Jul 1, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch from 5f74f51 to 09a3e94 Compare July 8, 2025 18:04
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.0.10 ⬆️ Update dependency @types/node to v24.0.11 Jul 8, 2025
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.0.11 ⬆️ Update dependency @types/node to v24.0.12 Jul 9, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch 2 times, most recently from e37b272 to be9584d Compare July 10, 2025 20:32
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.0.12 ⬆️ Update dependency @types/node to v24.0.13 Jul 10, 2025
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.0.13 ⬆️ Update dependency @types/node to v24.0.14 Jul 15, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch 2 times, most recently from badf254 to e701ddf Compare July 19, 2025 01:09
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.0.14 ⬆️ Update dependency @types/node to v24.0.15 Jul 19, 2025
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.0.15 ⬆️ Update dependency @types/node to v24.1.0 Jul 22, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch from e701ddf to afeb90c Compare July 22, 2025 13:46
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.1.0 ⬆️ Update dependency @types/node to v24.2.0 Aug 4, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch from afeb90c to 1a505a5 Compare August 4, 2025 14:15
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.2.0 ⬆️ Update dependency @types/node to v24.2.1 Aug 8, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch from 1a505a5 to 29ec640 Compare August 8, 2025 17:00
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.2.1 ⬆️ Update dependency @types/node to v24.3.0 Aug 15, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch from 4a64d5a to 05f5002 Compare September 14, 2025 14:08
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.4.0 ⬆️ Update dependency @types/node to v24.5.0 Sep 16, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch from 05f5002 to f5f0f68 Compare September 16, 2025 02:49
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.5.0 ⬆️ Update dependency @types/node to v24.5.1 Sep 16, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch 2 times, most recently from 3a3cc98 to adb2167 Compare September 18, 2025 02:24
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.5.1 ⬆️ Update dependency @types/node to v24.5.2 Sep 18, 2025
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.5.2 ⬆️ Update dependency @types/node to v24.6.0 Sep 29, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch 2 times, most recently from 3c8cf9a to 5d5728e Compare October 1, 2025 02:48
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.6.0 ⬆️ Update dependency @types/node to v24.6.1 Oct 1, 2025
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.6.1 ⬆️ Update dependency @types/node to v24.6.2 Oct 2, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch from 5d5728e to f2197d1 Compare October 2, 2025 04:36
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.6.2 ⬆️ Update dependency @types/node to v24.7.0 Oct 6, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch from f2197d1 to 0837dce Compare October 6, 2025 09:50
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.7.0 ⬆️ Update dependency @types/node to v24.7.1 Oct 9, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch from 0837dce to 8d7de51 Compare October 9, 2025 18:11
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.7.1 ⬆️ Update dependency @types/node to v24.7.2 Oct 11, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch from 8d7de51 to 4dddb4f Compare October 11, 2025 17:42
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.7.2 ⬆️ Update dependency @types/node to v24.8.0 Oct 16, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch from 4dddb4f to 83783e8 Compare October 16, 2025 15:04
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.8.0 ⬆️ Update dependency @types/node to v24.8.1 Oct 17, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch from 83783e8 to 8c6ec4f Compare October 17, 2025 02:59
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.8.1 ⬆️ Update dependency @types/node to v24.9.1 Oct 23, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch 2 times, most recently from 979137f to 29897da Compare October 28, 2025 03:36
@renovate renovate bot changed the title ⬆️ Update dependency @types/node to v24.9.1 ⬆️ Update dependency node to v24 Oct 28, 2025
@renovate renovate bot force-pushed the renovate/node-24.x branch from 29897da to 99bc667 Compare October 28, 2025 18:38
@renovate renovate bot force-pushed the renovate/node-24.x branch from 99bc667 to 01bb36c Compare November 3, 2025 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant