Skip to content

fix: update GitHub Actions to Node.js 24-compatible versions#30

Merged
andeplane merged 1 commit intomasterfrom
fix/update-github-actions
Mar 30, 2026
Merged

fix: update GitHub Actions to Node.js 24-compatible versions#30
andeplane merged 1 commit intomasterfrom
fix/update-github-actions

Conversation

@andeplane
Copy link
Copy Markdown
Collaborator

Summary

  • Bump actions/checkout from v4 to v6
  • Bump actions/cache from v4 to v5
  • Bump actions/setup-node from v4 to v6

GitHub is force-migrating all actions still running on Node.js 20 to Node.js 24 on June 2, 2026. The previous v4 versions of these actions use Node.js 20 internally; the latest major versions (v6/v5/v6) already run on Node.js 24 and avoid the forced migration.

Both .github/workflows/ci.yml and .github/workflows/release.yml are updated.

Test plan

  • Verify the CI workflow runs successfully on this PR
  • Confirm each action resolves to the expected latest tag (actions/checkout@v6, actions/cache@v5, actions/setup-node@v6)

🤖 Generated with Claude Code

Bump actions/checkout from v4 to v6, actions/cache from v4 to v5, and
actions/setup-node from v4 to v6 to avoid the forced migration away from
Node.js 20 runners on June 2, 2026.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@andeplane andeplane merged commit 9a8ecd6 into master Mar 30, 2026
1 check passed
@andeplane andeplane deleted the fix/update-github-actions branch March 30, 2026 10:38
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.

1 participant