Skip to content

Commit c723af8

Browse files
chore(deps): update node.js to v24.4.0 (#2253)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [node](https://nodejs.org) ([source](https://redirect.github.com/nodejs/node)) | | minor | `24.3.0` -> `24.4.0` | `v24.4.1` | | [node](https://redirect.github.com/actions/node-versions) | uses-with | minor | `24.3.0` -> `24.4.0` | `24.4.1` | --- ### Release Notes <details> <summary>nodejs/node (node)</summary> ### [`v24.4.0`](https://redirect.github.com/nodejs/node/releases/tag/v24.4.0): 2025-07-09, Version 24.4.0 (Current), @&#8203;RafaelGSS [Compare Source](https://redirect.github.com/nodejs/node/compare/v24.3.0...v24.4.0) ##### Notable Changes - \[[`22b60e8a57`](https://redirect.github.com/nodejs/node/commit/22b60e8a57)] - **(SEMVER-MINOR)** **crypto**: support outputLength option in crypto.hash for XOF functions (Aditi) [#&#8203;58121](https://redirect.github.com/nodejs/node/pull/58121) - \[[`80dec9849d`](https://redirect.github.com/nodejs/node/commit/80dec9849d)] - **(SEMVER-MINOR)** **doc**: add all watch-mode related flags to node.1 (Dario Piotrowicz) [#&#8203;58719](https://redirect.github.com/nodejs/node/pull/58719) - \[[`87f4d078b3`](https://redirect.github.com/nodejs/node/commit/87f4d078b3)] - **(SEMVER-MINOR)** **fs**: add disposable mkdtempSync (Kevin Gibbons) [#&#8203;58516](https://redirect.github.com/nodejs/node/pull/58516) - \[[`9623c50b53`](https://redirect.github.com/nodejs/node/commit/9623c50b53)] - **(SEMVER-MINOR)** **permission**: propagate permission model flags on spawn (Rafael Gonzaga) [#&#8203;58853](https://redirect.github.com/nodejs/node/pull/58853) - \[[`797ec4da04`](https://redirect.github.com/nodejs/node/commit/797ec4da04)] - **(SEMVER-MINOR)** **sqlite**: add support for readBigInts option in db connection level (Miguel Marcondes Filho) [#&#8203;58697](https://redirect.github.com/nodejs/node/pull/58697) - \[[`ed966a0215`](https://redirect.github.com/nodejs/node/commit/ed966a0215)] - **(SEMVER-MINOR)** **src,permission**: add support to permission.has(addon) (Rafael Gonzaga) [#&#8203;58951](https://redirect.github.com/nodejs/node/pull/58951) - \[[`fe17f5d285`](https://redirect.github.com/nodejs/node/commit/fe17f5d285)] - **(SEMVER-MINOR)** **watch**: add `--watch-kill-signal` flag (Dario Piotrowicz) [#&#8203;58719](https://redirect.github.com/nodejs/node/pull/58719) ##### Commits - \[[`a118bfc536`](https://redirect.github.com/nodejs/node/commit/a118bfc536)] - **assert**: remove dead code (Yoshiya Hinosawa) [#&#8203;58760](https://redirect.github.com/nodejs/node/pull/58760) - \[[`31252b9af1`](https://redirect.github.com/nodejs/node/commit/31252b9af1)] - **benchmark**: add source map and source map cache (Miguel Marcondes Filho) [#&#8203;58125](https://redirect.github.com/nodejs/node/pull/58125) - \[[`4170359bcd`](https://redirect.github.com/nodejs/node/commit/4170359bcd)] - **bootstrap**: initialize http proxy after user module loader setup (Joyee Cheung) [#&#8203;58938](https://redirect.github.com/nodejs/node/pull/58938) - \[[`c76585d10e`](https://redirect.github.com/nodejs/node/commit/c76585d10e)] - **build**: disable v8\_enable\_pointer\_compression\_shared\_cage on non-64bit (Shelley Vohr) [#&#8203;58867](https://redirect.github.com/nodejs/node/pull/58867) - \[[`049c838609`](https://redirect.github.com/nodejs/node/commit/049c838609)] - **build**: option to use custom inspector\_protocol path (Shelley Vohr) [#&#8203;58839](https://redirect.github.com/nodejs/node/pull/58839) - \[[`22b60e8a57`](https://redirect.github.com/nodejs/node/commit/22b60e8a57)] - **(SEMVER-MINOR)** **crypto**: support outputLength option in crypto.hash for XOF functions (Aditi) [#&#8203;58121](https://redirect.github.com/nodejs/node/pull/58121) - \[[`77712ae2a1`](https://redirect.github.com/nodejs/node/commit/77712ae2a1)] - **crypto**: fix SHAKE128/256 breaking change introduced with OpenSSL 3.4 (Filip Skokan) [#&#8203;58942](https://redirect.github.com/nodejs/node/pull/58942) - \[[`93e1a33b81`](https://redirect.github.com/nodejs/node/commit/93e1a33b81)] - **crypto**: fix inclusion of OPENSSL\_IS\_BORINGSSL define (Shelley Vohr) [#&#8203;58845](https://redirect.github.com/nodejs/node/pull/58845) - \[[`573171deb0`](https://redirect.github.com/nodejs/node/commit/573171deb0)] - **deps**: V8: cherry-pick [`0ce2edb`](https://redirect.github.com/nodejs/node/commit/0ce2edb7adfd) (Levi Zim) [#&#8203;58773](https://redirect.github.com/nodejs/node/pull/58773) - \[[`bf66291382`](https://redirect.github.com/nodejs/node/commit/bf66291382)] - **deps**: V8: cherry-pick [`1d71595`](https://redirect.github.com/nodejs/node/commit/1d7159580156) (Michaël Zasso) [#&#8203;58749](https://redirect.github.com/nodejs/node/pull/58749) - \[[`f735b8b8d0`](https://redirect.github.com/nodejs/node/commit/f735b8b8d0)] - **deps**: update sqlite to 3.50.2 (Node.js GitHub Bot) [#&#8203;58882](https://redirect.github.com/nodejs/node/pull/58882) - \[[`8e9622e494`](https://redirect.github.com/nodejs/node/commit/8e9622e494)] - **deps**: update undici to 7.11.0 (Node.js GitHub Bot) [#&#8203;58859](https://redirect.github.com/nodejs/node/pull/58859) - \[[`8741da81c7`](https://redirect.github.com/nodejs/node/commit/8741da81c7)] - **deps**: update googletest to [`35b75a2`](https://redirect.github.com/nodejs/node/commit/35b75a2) (Node.js GitHub Bot) [#&#8203;58710](https://redirect.github.com/nodejs/node/pull/58710) - \[[`028ce40e25`](https://redirect.github.com/nodejs/node/commit/028ce40e25)] - **deps**: update minimatch to 10.0.3 (Node.js GitHub Bot) [#&#8203;58712](https://redirect.github.com/nodejs/node/pull/58712) - \[[`3afb15b715`](https://redirect.github.com/nodejs/node/commit/3afb15b715)] - **dns**: fix parse memory leaky (theanarkh) [#&#8203;58973](https://redirect.github.com/nodejs/node/pull/58973) - \[[`f40ac32f3e`](https://redirect.github.com/nodejs/node/commit/f40ac32f3e)] - **dns**: set timeout to 1000ms when timeout < 0 (theanarkh) [#&#8203;58441](https://redirect.github.com/nodejs/node/pull/58441) - \[[`921b563999`](https://redirect.github.com/nodejs/node/commit/921b563999)] - **doc**: remove broken link to permission model source code (Juan José) [#&#8203;58972](https://redirect.github.com/nodejs/node/pull/58972) - \[[`78628d6158`](https://redirect.github.com/nodejs/node/commit/78628d6158)] - **doc**: clarify details of TSC public and private meetings (James M Snell) [#&#8203;58925](https://redirect.github.com/nodejs/node/pull/58925) - \[[`ab834a8b94`](https://redirect.github.com/nodejs/node/commit/ab834a8b94)] - **doc**: mark stability markers consistent in `globals.md` (Antoine du Hamel) [#&#8203;58932](https://redirect.github.com/nodejs/node/pull/58932) - \[[`8d4f6a0016`](https://redirect.github.com/nodejs/node/commit/8d4f6a0016)] - **doc**: move "Core Promise APIs" to "Completed initiatives" (Antoine du Hamel) [#&#8203;58934](https://redirect.github.com/nodejs/node/pull/58934) - \[[`94725fced5`](https://redirect.github.com/nodejs/node/commit/94725fced5)] - **doc**: fix `fetch` subsections in `globals.md` (Antoine du Hamel) [#&#8203;58933](https://redirect.github.com/nodejs/node/pull/58933) - \[[`a7a4870014`](https://redirect.github.com/nodejs/node/commit/a7a4870014)] - **doc**: add missing `Class:` mentions (Antoine du Hamel) [#&#8203;58931](https://redirect.github.com/nodejs/node/pull/58931) - \[[`98f29fa2fd`](https://redirect.github.com/nodejs/node/commit/98f29fa2fd)] - **doc**: remove myself from security steward rotation (Michael Dawson) [#&#8203;58927](https://redirect.github.com/nodejs/node/pull/58927) - \[[`710e13d436`](https://redirect.github.com/nodejs/node/commit/710e13d436)] - **doc**: add ovflowd back to core collaborators (Claudio W.) [#&#8203;58911](https://redirect.github.com/nodejs/node/pull/58911) - \[[`8b93008dc0`](https://redirect.github.com/nodejs/node/commit/8b93008dc0)] - **doc**: update email address for Richard Lau (Richard Lau) [#&#8203;58910](https://redirect.github.com/nodejs/node/pull/58910) - \[[`9ff81d21ed`](https://redirect.github.com/nodejs/node/commit/9ff81d21ed)] - **doc**: update vm doc links (Chengzhong Wu) [#&#8203;58885](https://redirect.github.com/nodejs/node/pull/58885) - \[[`ff2efd266d`](https://redirect.github.com/nodejs/node/commit/ff2efd266d)] - **doc**: fix links in test.md (Vas Sudanagunta) [#&#8203;58876](https://redirect.github.com/nodejs/node/pull/58876) - \[[`5e854e1f61`](https://redirect.github.com/nodejs/node/commit/5e854e1f61)] - **doc**: add missing comma in `child_process.md` (ronijames008) [#&#8203;58862](https://redirect.github.com/nodejs/node/pull/58862) - \[[`48f5d6d686`](https://redirect.github.com/nodejs/node/commit/48f5d6d686)] - **doc**: add guidelines for introduction of ERM support (James M Snell) [#&#8203;58526](https://redirect.github.com/nodejs/node/pull/58526) - \[[`80dec9849d`](https://redirect.github.com/nodejs/node/commit/80dec9849d)] - **(SEMVER-MINOR)** **doc**: add all watch-mode related flags to node.1 (Dario Piotrowicz) [#&#8203;58719](https://redirect.github.com/nodejs/node/pull/58719) - \[[`b36fa0fda1`](https://redirect.github.com/nodejs/node/commit/b36fa0fda1)] - **doc**: fix jsdoc definition of assert.ifError() fn in lib/assert.js (jesh) [#&#8203;58573](https://redirect.github.com/nodejs/node/pull/58573) - \[[`cebb93ea12`](https://redirect.github.com/nodejs/node/commit/cebb93ea12)] - **doc**: add array type in http request headers (Michael Henrique) [#&#8203;58049](https://redirect.github.com/nodejs/node/pull/58049) - \[[`6e6b373da1`](https://redirect.github.com/nodejs/node/commit/6e6b373da1)] - **doc**: add missing colon to headers in `globals.md` (Aviv Keller) [#&#8203;58825](https://redirect.github.com/nodejs/node/pull/58825) - \[[`1519b75191`](https://redirect.github.com/nodejs/node/commit/1519b75191)] - **doc**: fix `stream.md` section order (Antoine du Hamel) [#&#8203;58811](https://redirect.github.com/nodejs/node/pull/58811) - \[[`87f4d078b3`](https://redirect.github.com/nodejs/node/commit/87f4d078b3)] - **(SEMVER-MINOR)** **fs**: add disposable mkdtempSync (Kevin Gibbons) [#&#8203;58516](https://redirect.github.com/nodejs/node/pull/58516) - \[[`b378fc3ac0`](https://redirect.github.com/nodejs/node/commit/b378fc3ac0)] - **fs**: close dir before throwing if `options.bufferSize` is invalid (Livia Medeiros) [#&#8203;58856](https://redirect.github.com/nodejs/node/pull/58856) - \[[`23bd4d1867`](https://redirect.github.com/nodejs/node/commit/23bd4d1867)] - **fs**: special input `-1` on `chown`, `lchown` and `fchown` (Alex Yang) [#&#8203;58836](https://redirect.github.com/nodejs/node/pull/58836) - \[[`d07ce8e90c`](https://redirect.github.com/nodejs/node/commit/d07ce8e90c)] - **fs**: throw `ERR_INVALID_THIS` on illegal invocations (Livia Medeiros) [#&#8203;58848](https://redirect.github.com/nodejs/node/pull/58848) - \[[`0d969a66dc`](https://redirect.github.com/nodejs/node/commit/0d969a66dc)] - **inspector**: support undici traffic data inspection (Chengzhong Wu) [#&#8203;58953](https://redirect.github.com/nodejs/node/pull/58953) - \[[`839b25e371`](https://redirect.github.com/nodejs/node/commit/839b25e371)] - **lib**: expose `setupInstance` method on WASI class (toyobayashi) [#&#8203;57214](https://redirect.github.com/nodejs/node/pull/57214) - \[[`d8f3f649c2`](https://redirect.github.com/nodejs/node/commit/d8f3f649c2)] - **lib**: fix `getTypeScriptParsingMode` jsdoc (沈鸿飞) [#&#8203;58681](https://redirect.github.com/nodejs/node/pull/58681) - \[[`d534706211`](https://redirect.github.com/nodejs/node/commit/d534706211)] - **meta**: bump step-security/harden-runner from 2.12.0 to 2.12.2 (dependabot\[bot]) [#&#8203;58923](https://redirect.github.com/nodejs/node/pull/58923) - \[[`3ec5fe04d0`](https://redirect.github.com/nodejs/node/commit/3ec5fe04d0)] - **meta**: bump github/codeql-action from 3.28.18 to 3.29.2 (dependabot\[bot]) [#&#8203;58922](https://redirect.github.com/nodejs/node/pull/58922) - \[[`bd4a1a5b06`](https://redirect.github.com/nodejs/node/commit/bd4a1a5b06)] - **meta**: add IlyasShabi to collaborators (Ilyas Shabi) [#&#8203;58916](https://redirect.github.com/nodejs/node/pull/58916) - \[[`d29b195b51`](https://redirect.github.com/nodejs/node/commit/d29b195b51)] - **module**: link module with a module request record (Chengzhong Wu) [#&#8203;58886](https://redirect.github.com/nodejs/node/pull/58886) - \[[`a78385c4bd`](https://redirect.github.com/nodejs/node/commit/a78385c4bd)] - **module**: convert schema-only core module on `convertCJSFilenameToURL` (Alex Yang) [#&#8203;58612](https://redirect.github.com/nodejs/node/pull/58612) - \[[`e0de362319`](https://redirect.github.com/nodejs/node/commit/e0de362319)] - **module**: update tests for combined ambiguous module syntax error (Mert Can Altin) [#&#8203;55874](https://redirect.github.com/nodejs/node/pull/55874) - \[[`7f7a833e82`](https://redirect.github.com/nodejs/node/commit/7f7a833e82)] - **os**: fix GetInterfaceAddresses memory lieaky (theanarkh) [#&#8203;58940](https://redirect.github.com/nodejs/node/pull/58940) - \[[`9623c50b53`](https://redirect.github.com/nodejs/node/commit/9623c50b53)] - **(SEMVER-MINOR)** **permission**: propagate permission model flags on spawn (Rafael Gonzaga) [#&#8203;58853](https://redirect.github.com/nodejs/node/pull/58853) - \[[`efe19b50b6`](https://redirect.github.com/nodejs/node/commit/efe19b50b6)] - **repl**: fix eval errors thrown after close throwing `ERR_USE_AFTER_CLOSE` (Dario Piotrowicz) [#&#8203;58791](https://redirect.github.com/nodejs/node/pull/58791) - \[[`c891db1c05`](https://redirect.github.com/nodejs/node/commit/c891db1c05)] - **repl**: improve tab completion on computed properties (Dario Piotrowicz) [#&#8203;58775](https://redirect.github.com/nodejs/node/pull/58775) - \[[`797ec4da04`](https://redirect.github.com/nodejs/node/commit/797ec4da04)] - **(SEMVER-MINOR)** **sqlite**: add support for readBigInts option in db connection level (Miguel Marcondes Filho) [#&#8203;58697](https://redirect.github.com/nodejs/node/pull/58697) - \[[`8eecaa264d`](https://redirect.github.com/nodejs/node/commit/8eecaa264d)] - **src**: -Wunreachable-code-break in node\_config\_file.cc (Shelley Vohr) [#&#8203;58901](https://redirect.github.com/nodejs/node/pull/58901) - \[[`143379df56`](https://redirect.github.com/nodejs/node/commit/143379df56)] - **src**: -Wunreachable-code error in crypto\_context.cc (Shelley Vohr) [#&#8203;58901](https://redirect.github.com/nodejs/node/pull/58901) - \[[`056a1af197`](https://redirect.github.com/nodejs/node/commit/056a1af197)] - **src**: fix -Wunreachable-code-return in src/node\_contextify.cc (Shelley Vohr) [#&#8203;58901](https://redirect.github.com/nodejs/node/pull/58901) - \[[`ba661459f5`](https://redirect.github.com/nodejs/node/commit/ba661459f5)] - **src**: fix -Wunreachable-code in src/node\_api.cc (Shelley Vohr) [#&#8203;58901](https://redirect.github.com/nodejs/node/pull/58901) - \[[`6af0163dda`](https://redirect.github.com/nodejs/node/commit/6af0163dda)] - **src**: simplify adding fast APIs to ExternalReferenceRegistry (René) [#&#8203;58896](https://redirect.github.com/nodejs/node/pull/58896) - \[[`210e608938`](https://redirect.github.com/nodejs/node/commit/210e608938)] - **src**: cleanup uv\_fs\_req before uv\_fs\_stat on existSync (RafaelGSS) [#&#8203;58915](https://redirect.github.com/nodejs/node/pull/58915) - \[[`2445f86dc9`](https://redirect.github.com/nodejs/node/commit/2445f86dc9)] - **src**: -Wmismatched-new-delete in debug\_utils.cc (Shelley Vohr) [#&#8203;58844](https://redirect.github.com/nodejs/node/pull/58844) - \[[`12286c9f64`](https://redirect.github.com/nodejs/node/commit/12286c9f64)] - **src**: use ranges library (C++20) more systematically (Daniel Lemire) [#&#8203;58028](https://redirect.github.com/nodejs/node/pull/58028) - \[[`ed966a0215`](https://redirect.github.com/nodejs/node/commit/ed966a0215)] - **(SEMVER-MINOR)** **src,permission**: add support to permission.has(addon) (Rafael Gonzaga) [#&#8203;58951](https://redirect.github.com/nodejs/node/pull/58951) - \[[`dd54910ab1`](https://redirect.github.com/nodejs/node/commit/dd54910ab1)] - **src,permission**: enhance permission model debug (Rafael Gonzaga) [#&#8203;58898](https://redirect.github.com/nodejs/node/pull/58898) - \[[`94f9424d78`](https://redirect.github.com/nodejs/node/commit/94f9424d78)] - **test**: deflake test-runner-watch-mode-kill-signal (Dario Piotrowicz) [#&#8203;58952](https://redirect.github.com/nodejs/node/pull/58952) - \[[`b6ff6c8d20`](https://redirect.github.com/nodejs/node/commit/b6ff6c8d20)] - **test**: add known issue tests for recursive readdir calls with Buffer path (Dario Piotrowicz) [#&#8203;58893](https://redirect.github.com/nodejs/node/pull/58893) - \[[`c300f107ac`](https://redirect.github.com/nodejs/node/commit/c300f107ac)] - **test**: add known issue tests for fs.cp (James M Snell) [#&#8203;58883](https://redirect.github.com/nodejs/node/pull/58883) - \[[`d8a86a622e`](https://redirect.github.com/nodejs/node/commit/d8a86a622e)] - **test**: add tests to ensure that node.1 is kept in sync with cli.md (Dario Piotrowicz) [#&#8203;58878](https://redirect.github.com/nodejs/node/pull/58878) - \[[`57c69acb78`](https://redirect.github.com/nodejs/node/commit/57c69acb78)] - **test**: replace `.filter()[0]` with `.find()` (Livia Medeiros) [#&#8203;58872](https://redirect.github.com/nodejs/node/pull/58872) - \[[`67b3f4fbee`](https://redirect.github.com/nodejs/node/commit/67b3f4fbee)] - **test**: remove reliance on in-tree `deps/undici` (Richard Lau) [#&#8203;58866](https://redirect.github.com/nodejs/node/pull/58866) - \[[`df85b02a00`](https://redirect.github.com/nodejs/node/commit/df85b02a00)] - **test**: close dirs in `fs-opendir` test (Livia Medeiros) [#&#8203;58855](https://redirect.github.com/nodejs/node/pull/58855) - \[[`692f1aebf0`](https://redirect.github.com/nodejs/node/commit/692f1aebf0)] - **test**: update WPT for urlpattern to [`84b75f0`](https://redirect.github.com/nodejs/node/commit/84b75f0880) (Node.js GitHub Bot) [#&#8203;58785](https://redirect.github.com/nodejs/node/pull/58785) - \[[`3a119be362`](https://redirect.github.com/nodejs/node/commit/3a119be362)] - **test**: save the config file in a temporary directory (Luigi Pinca) [#&#8203;58799](https://redirect.github.com/nodejs/node/pull/58799) - \[[`924cf1ef25`](https://redirect.github.com/nodejs/node/commit/924cf1ef25)] - **test**: deflake test-config-file (Luigi Pinca) [#&#8203;58799](https://redirect.github.com/nodejs/node/pull/58799) - \[[`b5c7e645c9`](https://redirect.github.com/nodejs/node/commit/b5c7e645c9)] - **test\_runner**: correctly filter --experimental-config-file (Pietro Marchini) [#&#8203;58833](https://redirect.github.com/nodejs/node/pull/58833) - \[[`d0faf723c7`](https://redirect.github.com/nodejs/node/commit/d0faf723c7)] - **test\_runner**: fix timeout not propagated to the child process in run (jakecastelli) [#&#8203;58831](https://redirect.github.com/nodejs/node/pull/58831) - \[[`6052d8c1ac`](https://redirect.github.com/nodejs/node/commit/6052d8c1ac)] - **test\_runner**: correct "already mocked" error punctuation placement (Jacob Smith) [#&#8203;58840](https://redirect.github.com/nodejs/node/pull/58840) - \[[`e8dd1897d5`](https://redirect.github.com/nodejs/node/commit/e8dd1897d5)] - **tools**: compile maglev files into v8\_compiler if maglev is disabled (Yao Zi) [#&#8203;58861](https://redirect.github.com/nodejs/node/pull/58861) - \[[`191396260c`](https://redirect.github.com/nodejs/node/commit/191396260c)] - **tools**: bump the eslint group in /tools/eslint with 6 updates (dependabot\[bot]) [#&#8203;58921](https://redirect.github.com/nodejs/node/pull/58921) - \[[`1e423e0680`](https://redirect.github.com/nodejs/node/commit/1e423e0680)] - **tools**: update inspector\_protocol to [`69d69dd`](https://redirect.github.com/nodejs/node/commit/69d69dd) (Shelley Vohr) [#&#8203;58900](https://redirect.github.com/nodejs/node/pull/58900) - \[[`0def4e23b1`](https://redirect.github.com/nodejs/node/commit/0def4e23b1)] - **tools**: update gyp-next to 0.20.2 (Node.js GitHub Bot) [#&#8203;58788](https://redirect.github.com/nodejs/node/pull/58788) - \[[`adb950cde2`](https://redirect.github.com/nodejs/node/commit/adb950cde2)] - **tools,doc**: move more MDN links to types (Antoine du Hamel) [#&#8203;58930](https://redirect.github.com/nodejs/node/pull/58930) - \[[`1ee539a3aa`](https://redirect.github.com/nodejs/node/commit/1ee539a3aa)] - **tty**: treat empty `NO_COLOR` same as absent `NO_COLOR` (Antoine du Hamel) [#&#8203;58074](https://redirect.github.com/nodejs/node/pull/58074) - \[[`2b34867ba9`](https://redirect.github.com/nodejs/node/commit/2b34867ba9)] - **v8**: fix missing callback in heap utils destroy (Ruben Bridgewater) [#&#8203;58846](https://redirect.github.com/nodejs/node/pull/58846) - \[[`a1f4333695`](https://redirect.github.com/nodejs/node/commit/a1f4333695)] - **vm**: expose import phase on SourceTextModule.moduleRequests (Chengzhong Wu) [#&#8203;58829](https://redirect.github.com/nodejs/node/pull/58829) - \[[`fe17f5d285`](https://redirect.github.com/nodejs/node/commit/fe17f5d285)] - **(SEMVER-MINOR)** **watch**: add `--watch-kill-signal` flag (Dario Piotrowicz) [#&#8203;58719](https://redirect.github.com/nodejs/node/pull/58719) </details> <details> <summary>actions/node-versions (node)</summary> ### [`v24.4.0`](https://redirect.github.com/actions/node-versions/releases/tag/24.4.0-16210503505): 24.4.0 [Compare Source](https://redirect.github.com/actions/node-versions/compare/24.3.0-15866716565...24.4.0-16210503505) Node.js 24.4.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/JoshuaKGoldberg/create-typescript-app). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 957090b commit c723af8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/prepare/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
99
with:
1010
cache: pnpm
11-
node-version: 24.3.0
11+
node-version: 24.4.0
1212
- run: pnpm install --frozen-lockfile
1313
shell: bash
1414
using: composite

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.3.0
1+
24.4.0

0 commit comments

Comments
 (0)