Skip to content

ci: bump actions to Node 24 runtimes - #7

Merged
manuelmauro merged 1 commit into
mainfrom
ci/bump-node24-actions
Jun 12, 2026
Merged

ci: bump actions to Node 24 runtimes#7
manuelmauro merged 1 commit into
mainfrom
ci/bump-node24-actions

Conversation

@manuelmauro

Copy link
Copy Markdown
Owner

Why

The v0.4.0 release run logged the Node.js 20 deprecation warning. GitHub forces Node 24 on JavaScript actions starting 2026-06-16 and removes Node 20 on 2026-09-16.

Changes

Bumped the flagged actions to their latest majors — each verified to declare using: node24:

Action Before After
actions/checkout v4 v6
actions/upload-artifact v4 v7
actions/download-artifact v4 v8
softprops/action-gh-release v2 v3

Applied across both ci.yml and release.yml. dtolnay/rust-toolchain@stable and Swatinem/rust-cache@v2 were not in the deprecation warning and are left unchanged.

Compatibility

  • Artifact upload/download stay compatible: both sit on the v4+ artifact backend. Upload uses explicit per-target names; the release job downloads all artifacts into subdirs and collects them via find, which is layout-agnostic.
  • action-gh-release@v3 keeps the same inputs used here (name, draft, prerelease, generate_release_notes, files).

Test plan

  • CI (this PR) exercises checkout@v6 on the Rust build/test/clippy/fmt path.
  • The release.yml changes (upload/download/gh-release) only run on a v* tag push, so they'll be exercised on the next release.

GitHub forces Node 24 on JavaScript actions from 2026-06-16 and removes
Node 20 on 2026-09-16. Bump the flagged actions to their latest majors,
all of which declare `using: node24`:

- actions/checkout v4 -> v6
- actions/upload-artifact v4 -> v7
- actions/download-artifact v4 -> v8
- softprops/action-gh-release v2 -> v3

dtolnay/rust-toolchain and Swatinem/rust-cache were not flagged and are
left unchanged. Artifact upload/download remain compatible (shared v4+
backend; explicit per-target names, download-all into subdirs).
@coderabbitai

coderabbitai Bot commented Jun 12, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@manuelmauro, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 30 minutes and 7 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: ce1a6e76-87dd-4188-9f03-ebb4890a0f55

📥 Commits

Reviewing files that changed from the base of the PR and between 38ca322 and 186c16c.

📒 Files selected for processing (2)
  • .github/workflows/ci.yml
  • .github/workflows/release.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/bump-node24-actions

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.

@manuelmauro
manuelmauro merged commit 686757c into main Jun 12, 2026
2 checks passed
@manuelmauro
manuelmauro deleted the ci/bump-node24-actions branch June 12, 2026 09:11
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