Update GitHub Actions for Node.js 24 compatibility#14199
Merged
Conversation
This composite action built the Rust launcher using deprecated actions-rs/toolchain@v1 and actions-rs/cargo@v1 (Node 16). It also had a YAML bug (duplicate `uses:` keys in one step). No workflow references it — the launcher build now happens directly in release scripts.
GitHub is deprecating Node.js 20 for Actions runners (forced Node.js 24 starting June 2, 2026). Bump all official actions to their latest Node.js 24-compatible versions: - actions/checkout v4 → v6 - actions/cache (+ /restore, /save) v4 → v5 - actions/upload-artifact v4 → v7 - actions/download-artifact v4 → v8 - actions/setup-node v4 → v6 - actions/stale v9 → v10 Also bump node-version 18 → 22 in create-release.yml (Node 18 EOL'd April 2025).
- astral-sh/setup-uv v3 → v7 - peter-evans/create-pull-request v7 → v8 - cloudsmith-io/cloudsmith-cli-action v1.0.8 → v2.0.2
Node 20 EOL is April 30, 2026.
Collaborator
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
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.
Update all GitHub Actions to Node.js 24-compatible versions ahead of the June 2, 2026 forced migration. CI currently shows deprecation warnings for
actions/cache@v4andactions/checkout@v4.Changes
actions/checkoutv4 → v6,actions/cachev4 → v5,actions/upload-artifactv4 → v7,actions/download-artifactv4 → v8,actions/setup-nodev4 → v6,actions/stalev9 → v10astral-sh/setup-uvv3 → v7,peter-evans/create-pull-requestv7 → v8,cloudsmith-io/cloudsmith-cli-actionv1.0.8 → v2.0.2node-version18 → 22 increate-release.yml, 20 → 22 intest-smokes.yml.github/workflows/actions/launcher/action.yml(unreferenced composite action using deprecated Node 16 actions)No behavioral breaking changes for our usage across any of these bumps.