Skip to content

chore: upgrade GitHub Actions to Node 24 runtimes#20

Merged
flyingrobots merged 1 commit intomainfrom
chore/upgrade-actions-node24
Mar 16, 2026
Merged

chore: upgrade GitHub Actions to Node 24 runtimes#20
flyingrobots merged 1 commit intomainfrom
chore/upgrade-actions-node24

Conversation

@flyingrobots
Copy link
Member

Summary

  • upgrade actions/setup-node from v4 to v6
  • upgrade actions/checkout from v4 to v6 anywhere these workflows use Node-based GitHub actions
  • keep the existing workflow logic unchanged while removing the Node 20 deprecation path

Why

  • the recent release workflow warned that actions/setup-node@v4 and actions/checkout@v4 still run on the deprecated Node 20 action runtime
  • the current official releases are actions/setup-node v6.3.0 and actions/checkout v6.0.2, both on the Node 24 line
  • GitHub-hosted runners satisfy the runner-version requirement those releases call out, so no workflow logic changes were needed here

Validation

  • YAML parsed locally with Ruby YAML.load_file
  • npx prettier --check .github/workflows/*.yml
  • npm test

@coderabbitai
Copy link

coderabbitai bot commented Mar 16, 2026

Warning

Rate limit exceeded

@flyingrobots has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 2 minutes and 14 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6fa18e7b-2a5a-48a4-9798-38e085b421b6

📥 Commits

Reviewing files that changed from the base of the PR and between b445f66 and 982f1ce.

📒 Files selected for processing (2)
  • .github/workflows/ci.yml
  • .github/workflows/release.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/upgrade-actions-node24
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@flyingrobots flyingrobots merged commit a5de919 into main Mar 16, 2026
6 checks passed
@flyingrobots flyingrobots deleted the chore/upgrade-actions-node24 branch March 16, 2026 14:50
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