Skip to content

chore: upgrade GitHub Actions to Node.js 24 compatible versions#133

Merged
flipbit03 merged 1 commit intomainfrom
chore/upgrade-gh-actions-node24
Mar 26, 2026
Merged

chore: upgrade GitHub Actions to Node.js 24 compatible versions#133
flipbit03 merged 1 commit intomainfrom
chore/upgrade-gh-actions-node24

Conversation

@flipbit03
Copy link
Copy Markdown
Owner

Summary

  • Upgrade all GitHub Actions to Node.js 24 compatible versions, fixing the deprecation warning on CI runs
  • actions/checkout v4 → v6
  • actions/cache v4 → v5
  • actions/upload-artifact v4 → v6
  • actions/download-artifact v4 → v7 (skipped v8 which changes auto-unzip behavior)
  • actions/github-script v7 → v8

Test plan

  • CI passes on this PR (lint, offline tests, build matrix)
  • No more "Node.js 20 actions are deprecated" warnings in CI logs

- actions/checkout v4 → v6
- actions/cache v4 → v5
- actions/upload-artifact v4 → v6
- actions/download-artifact v4 → v7
- actions/github-script v7 → v8

Node.js 20 actions are deprecated and will be forced to Node.js 24
starting June 2nd, 2026, then removed entirely September 16th, 2026.
@flipbit03 flipbit03 merged commit b928609 into main Mar 26, 2026
8 checks passed
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