Skip to content

Update GitHub Actions for Node.js 24 compatibility#14199

Merged
cderv merged 4 commits intomainfrom
ci/update-actions-node24
Mar 12, 2026
Merged

Update GitHub Actions for Node.js 24 compatibility#14199
cderv merged 4 commits intomainfrom
ci/update-actions-node24

Conversation

@cderv
Copy link
Collaborator

@cderv cderv commented Mar 12, 2026

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@v4 and actions/checkout@v4.

Changes

  • actions/checkout v4 → v6, actions/cache v4 → v5, actions/upload-artifact v4 → v7, actions/download-artifact v4 → v8, actions/setup-node v4 → v6, actions/stale v9 → v10
  • 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-version 18 → 22 in create-release.yml, 20 → 22 in test-smokes.yml
  • Remove dead .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.

cderv added 4 commits March 12, 2026 15:38
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
@posit-snyk-bot
Copy link
Collaborator

posit-snyk-bot commented Mar 12, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@cderv cderv merged commit 2547d69 into main Mar 12, 2026
73 of 76 checks passed
@cderv cderv deleted the ci/update-actions-node24 branch March 12, 2026 16: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.

2 participants