[Chore] Bump GitHub Actions to node24 runtimes to fix Node 20 deprecation warnings - #1534
Merged
Conversation
Contributor
Review statusThis PR was opened by an automated account. A human maintainer must verify the change intent, provenance, and validation before merging. Current step: The required review sequence passed. Remaining merge requirements apply. Review-state labels are managed by this workflow; do not edit them manually. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
edelauna
approved these changes
Sep 5, 2026
edelauna
marked this pull request as ready for review
September 5, 2026 13:30
edelauna
requested review from
JamesRobert20,
hannesrudolph,
navedmerchant and
taltas
as code owners
September 5, 2026 13:30
edelauna
enabled auto-merge
September 5, 2026 13:30
This was referenced Sep 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related GitHub Issue
N/A — initiated from a maintainer request in Discord (no tracking issue exists; Renovate has no open PR or config covering
github-actionsupdates in this repo). Happy to file/link an issue if preferred.Description
GitHub deprecated the Node.js 20 action runtime, and the runner now force-runs node20-era actions on its node24 runtime while emitting deprecation warnings on every job (e.g. "The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore, actions/cache/save, actions/cache, actions/checkout, actions/setup-node, pnpm/action-setup").
This is separate from the project's Node toolchain: there are two Node versions in play on GitHub Actions. The project toolchain (installed by
actions/setup-node, pinned to 22.23.1 via.nvmrc,.tool-versions,package.jsonengines, and thesetup-node-pnpmcomposite action default) is unchanged by this PR. What changes is the runtime the helper actions themselves execute on, declared by each action's ownaction.yml(runs.using).Every pinned node20-era action is bumped to the latest stable release declaring
node24(verified against each action'saction.ymlat the pinned commit; annotated tags pinned at their peeled commit SHA):34e1148# v43d3c42e5aac5ba805825da76410c181273ba90b1# v7.0.149933ea# v4820762786026740c76f36085b0efc47a31fe5020# v7.0.00057852# v455cc8345863c7cc4c66a329aec7e433d2d1c52a9# v6.1.0b906aff# v40977fd99725f1db4007ccb2928dbb4e90d06cc86# v6.0.10ea165f8# v4043fb46d1a93c77aae656e7c1c64a875d1fc6a0a# v7.0.1d3f86a1# v43e5f45b2cfb9172054b4087a40e8e0b5a5461e7c# v8.0.1b9fd7d1# v4fb8b3582c8e4def4969c97caa2f19720cb33a72f# v7.0.0411c4c9# v3cdf488f595d80d6e07e03d4674febd5ab45fa938# v4.37.95bef64f# v94391f3da665fdf50b6810c1a66712fb9ba21aa93# v11.0.0Reviewer notes:
cache:input on setup-node (verified by search); pnpm store caching uses explicitactions/cachesteps, which are bumped in the same pass.actions/dependency-review-actionv5.0.0 andactions/github-scriptv8 already declarenode24.8398a7/action-slack@v3(used only in theslack-notifycomposite action) is an archived repo with no node24 release; it stays as-is. Replacing it would be a separate change.files,disable_search,flags,token) are still supported.ea165f8); v5+ are runtime bumps.Test Procedure
pnpm test— full turbo run passes: 10/10 packages, 468 test files, 8064 tests passed, 39 skipped.pnpm lint(11/11 packages) andpnpm check-types(11/11 packages)..git.runs.usingfrom the upstreamaction.ymlat each new pinned SHA.action-slacknote above on jobs that notify Slack).Pre-Submission Checklist
Visual Snapshots
N/A — CI configuration change with no rendered UI.
Videos (interaction / animation only)
N/A.
Documentation Updates
Additional Notes
Nothing is merged by this automation; PR opened as a draft for maintainer review.
Get in Touch
Requested by Elliott de Launay via Discord; follow up by mentioning @roomote in the linked Discord thread or the task web UI above.