chore(ci): bump actions/checkout + actions/setup-node for Node-24 compatibility - #1
Merged
Merged
Conversation
…patibility GitHub deprecated Node 20 for JavaScript actions on 2025-09-19 — Node 20 is removed from the runner on 2026-09-16, default flips to Node 24 on 2026-06-02 (https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/). `actions/checkout@v4` and `actions/setup-node@v4` both run on Node 20 and emit the deprecation warning. actions/checkout@v4 → v6 actions/setup-node@v4 → v6 Both are current majors running on Node 24. The setup-node `node-version` and `cache` inputs the workflow uses are unchanged across the v4→v6 bump. Third-party actions left alone — `Swatinem/rust-cache@v2` and `dtolnay/rust-toolchain@stable` pin to floating major / branch refs and will pick up Node-24 builds automatically when maintainers ship them. Signed-off-by: Glenn Gore <glenn.g@affinidi.com>
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.
GitHub deprecated Node 20 for JavaScript actions on 2025-09-19 (changelog). `actions/checkout@v4` and `actions/setup-node@v4` both run on Node 20 and emit the deprecation warning.
Both are current majors running on Node 24. The `setup-node` `node-version` + `cache` inputs the workflow uses are unchanged across the v4→v6 bump.
Third-party actions (`Swatinem/rust-cache@v2`, `dtolnay/rust-toolchain@stable`) stay on floating major / branch refs. Follow-up only if one emits its own warning.
1 file. After merge, CI no longer shows the Node-20 deprecation banner.