Skip to content

chore(deps): update node.js to v24 - #737

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/node-24.x
Open

chore(deps): update node.js to v24#737
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/node-24.x

Conversation

@renovate

@renovate renovate Bot commented Oct 31, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change Pending
node (source) major 22.23.124.18.1 v24.20.0 (+1)

Release Notes

nodejs/node (node)

v24.18.1: 2026-07-29, Version 24.18.1 'Krypton' (LTS), @​juanarbol

Compare Source

This is a security release.

Notable Changes
  • (CVE-2026-56846) http2: retain header memory in session accounting (Matteo Collina) – High
  • (CVE-2026-56848) http2: defer rst stream while in scope (Matteo Collina) – High
  • (CVE-2026-58043) permission: avoid granting radix split nodes (RafaelGSS) – High
  • (CVE-2026-56850) https: distinguish PFX object-array agent keys (RafaelGSS) – Medium
  • (CVE-2026-58040) https: bind identity checks to session reuse (Matteo Collina) – Medium
  • (CVE-2026-58041) sqlite: invalidate tag store iterators on statement reset (Matteo Collina) – Medium
  • (CVE-2026-58042) dns: handle large resolveAny address replies (RafaelGSS) – Medium
  • (CVE-2026-58045) zlib: throw on out-of-bounds write buffers (RafaelGSS) – Medium
  • (CVE-2026-56847) permission: enforce fs write permission for trace events (RafaelGSS) – Low
  • (CVE-2026-58039) permission: check final report output path (RafaelGSS) – Low
  • (CVE-2026-58044) http: reject requests exceeding max header count (Matteo Collina) – Low
  • deps: update llhttp to 9.4.3 (Paolo Insogna)
  • deps: update undici to 7.29.0 (Node.js GitHub Bot)
Commits

v24.18.0: 2026-06-23, Version 24.18.0 'Krypton' (LTS), @​richardlau prepared by @​sxa

Compare Source

Notable Changes
  • [e07e7a31e1] - crypto: update root certificates to NSS 3.123.1 (Node.js GitHub Bot) #​63527
  • [44c8ebcbd6] - http: avoid stream listeners on idle agent sockets (Matteo Collina) #​64004
  • [d3ef4122ee] - (SEMVER-MINOR) buffer: increase Buffer.poolSize default to 64 KiB (Matteo Collina) #​63597
  • [bb2857b85a] - (SEMVER-MINOR) crypto: align key argument names in docs and error messages (Filip Skokan) #​62527
  • [b9d5e87880] - (SEMVER-MINOR) crypto: accept key data in crypto.diffieHellman() and cleanup DH jobs (Filip Skokan) #​62527
  • [ccd756d61e] - (SEMVER-MINOR) crypto: add TurboSHAKE and KangarooTwelve Web Cryptography algorithms (Filip Skokan) #​62183
  • [4c9251fc09] - (SEMVER-MINOR) http: add writeInformation to send arbitrary 1xx status codes (Tim Perry) #​63155
  • [8c989ec4a3] - (SEMVER-MINOR) inspector: expose precise coverage start to JS runtime (sangwook) #​63079
  • [3f54c8ba32] - Revert "stream: noop pause/resume on destroyed streams" (Stewart X Addison) #​63834
Commits

v24.17.0: 2026-06-18, Version 24.17.0 'Krypton' (LTS), @​aduh95

Compare Source

This is a security release.

Notable Changes
  • (CVE-2026-48618) tls: normalize hostname for server identity checks (Matteo Collina) – High
  • (CVE-2026-48933) crypto: guard WebCrypto cipher output length (Filip Skokan) – High
  • (CVE-2026-48615) lib,test: redact proxy credentials in tunnel errors (Matteo Collina) – Medium
  • (CVE-2026-48619) http2: cap originSet size to prevent unbounded memory growth (Matteo Collina) – Medium
  • (CVE-2026-48928) tls: fix case-sensitive SNI context matching (Matteo Collina) – Medium
  • (CVE-2026-48930) dns,net: reject hostnames with embedded NUL bytes (Matteo Collina) – Medium
  • (CVE-2026-48934) tls: bind reusable sessions to authenticated host (Matteo Collina) – Medium
  • (CVE-2026-48937) deps: fix integration issues with the latest nghttp2 – Medium
  • (CVE-2026-48617) permission: handle process.chdir on writereport (RafaelGSS) – Low
  • (CVE-2026-48931) http: fix response queue poisoning in http.Agent (Matteo Collina) – Low
  • (CVE-2026-48935) permission: disable FileHandle utimes with permission model (RafaelGSS) – Low
Commits

v24.16.0: 2026-05-21, Version 24.16.0 'Krypton' (LTS), @​aduh95

Compare Source

Notable Changes
  • [b267f6bca3] - (SEMVER-MINOR) crypto: implement randomUUIDv7() (nabeel378) #​62553
  • [ec2451b9cd] - (SEMVER-MINOR) debugger: add edit-free runtime expression probes to node inspect (Joyee Cheung) #​62713
  • [9705f628d9] - (SEMVER-MINOR) fs: add signal option to fs.stat() (Mert Can Altin) #​57775
  • [40ccfdecf9] - (SEMVER-MINOR) fs: expose frsize field in statfs (Jinho Jang) #​62277
  • [d7188af5c9] - (SEMVER-MINOR) http: harden ClientRequest options merge (Matteo Collina) #​63082
  • [aa1d8a9afc] - (SEMVER-MINOR) http: add req.signal to IncomingMessage (Akshat) #​62541
  • [6f37f7e240] - (SEMVER-MINOR) stream: propagate destruction in duplexPair (Ahmed Elhor) #​61098
  • [d14029be7f] - (SEMVER-MINOR) test_runner: support test order randomization (Pietro Marchini) #​61747
  • [d142c584cd] - (SEMVER-MINOR) test_runner: align mock timeout api (sangwook) #​62820
  • [01a9552585] - (SEMVER-MINOR) test_runner: add mock-timers support for AbortSignal.timeout (DeveloperViraj) #​60751
  • [00705a459a] - (SEMVER-MINOR) util: colorize text with hex colors (Guilherme Araújo) #​61556
Commits

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update 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 force-pushed the renovate/node-24.x branch 2 times, most recently from 694bec5 to 179ea14 Compare November 3, 2025 01:43
@renovate
renovate Bot force-pushed the renovate/node-24.x branch from 179ea14 to 0f7c880 Compare November 14, 2025 00:55
@renovate
renovate Bot force-pushed the renovate/node-24.x branch 2 times, most recently from 289aa9a to f602f70 Compare November 23, 2025 01:15
@renovate
renovate Bot force-pushed the renovate/node-24.x branch 2 times, most recently from d539b9e to f7d6e06 Compare December 11, 2025 03:52
@renovate
renovate Bot force-pushed the renovate/node-24.x branch from f7d6e06 to 84a37fd Compare December 31, 2025 21:36
@renovate
renovate Bot force-pushed the renovate/node-24.x branch from 84a37fd to eeac39a Compare January 9, 2026 00:56
@renovate
renovate Bot force-pushed the renovate/node-24.x branch 3 times, most recently from 0f7f85b to 7c4781f Compare February 12, 2026 00:27
@renovate
renovate Bot force-pushed the renovate/node-24.x branch from 7c4781f to 1e97701 Compare March 3, 2026 00:57
@renovate
renovate Bot force-pushed the renovate/node-24.x branch 5 times, most recently from d361d50 to b934b2c Compare March 16, 2026 15:05
@renovate
renovate Bot force-pushed the renovate/node-24.x branch 2 times, most recently from 428c228 to 93731ac Compare March 21, 2026 22:04
@renovate
renovate Bot force-pushed the renovate/node-24.x branch 4 times, most recently from d70b7bf to afef66d Compare April 1, 2026 10:04
@renovate
renovate Bot force-pushed the renovate/node-24.x branch 4 times, most recently from cf113ce to 4efa802 Compare April 4, 2026 05:16
@renovate
renovate Bot force-pushed the renovate/node-24.x branch 2 times, most recently from e9dfef5 to 65e12ce Compare June 4, 2026 21:53
@renovate
renovate Bot force-pushed the renovate/node-24.x branch 2 times, most recently from a9b9bea to 0afc832 Compare June 12, 2026 04:52
@renovate
renovate Bot force-pushed the renovate/node-24.x branch 6 times, most recently from a02f934 to 80049c9 Compare June 24, 2026 18:50
@renovate
renovate Bot force-pushed the renovate/node-24.x branch 3 times, most recently from aebdb61 to 9e88d28 Compare July 13, 2026 17:00
@renovate
renovate Bot force-pushed the renovate/node-24.x branch 2 times, most recently from 59482f0 to e1c9959 Compare July 23, 2026 00:36
@renovate
renovate Bot force-pushed the renovate/node-24.x branch 7 times, most recently from 9e3501e to a337503 Compare August 3, 2026 09:40
@codecov

codecov Bot commented Aug 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.10%. Comparing base (94baadf) to head (3519fe4).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #737   +/-   ##
=======================================
  Coverage   93.10%   93.10%           
=======================================
  Files           6        6           
  Lines          58       58           
  Branches        1        1           
=======================================
  Hits           54       54           
  Misses          4        4           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate
renovate Bot force-pushed the renovate/node-24.x branch 3 times, most recently from a27d376 to 3841854 Compare August 10, 2026 18:34
@renovate
renovate Bot force-pushed the renovate/node-24.x branch from 3841854 to 3e646cc Compare August 13, 2026 09:51
@renovate
renovate Bot force-pushed the renovate/node-24.x branch 2 times, most recently from 61fae5f to d26b6e4 Compare August 22, 2026 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants