Skip to content

ci: bump actions to Node 24 runtimes - #2

Merged
igun997 merged 1 commit into
masterfrom
ci/bump-actions-node24
Aug 4, 2026
Merged

ci: bump actions to Node 24 runtimes#2
igun997 merged 1 commit into
masterfrom
ci/bump-actions-node24

Conversation

@igun997

@igun997 igun997 commented Aug 4, 2026

Copy link
Copy Markdown
Owner

Why

The first Build & Release run on master succeeded but every job emitted:

Node.js 20 is deprecated. The following actions target Node.js 20 but are being
forced to run on Node.js 24: actions/checkout@v4, actions/setup-go@v5, ...

Changes

Action Was Now
actions/checkout v4 v7
actions/setup-go v5 v7
actions/upload-artifact v4 v7
actions/download-artifact v4 v8
actions/attest-build-provenance v2 v4
docker/setup-qemu-action v3 v4
docker/setup-buildx-action v3 v4
docker/login-action v3 v4
docker/metadata-action v5 v6
docker/build-push-action v6 v7
softprops/action-gh-release v2 v3

Checked each major's release notes: they are Node 24 runtime / ESM migrations. No input API changes affect the inputs used here. Two worth noting, neither of which applies:

  • download-artifact@v8 skips auto-unzip for direct (unarchived) uploads. Our artifacts are zipped by upload-artifact defaults, so extraction still happens; pattern + merge-multiple are unchanged.
  • checkout@v7 blocks fork PR checkout for pull_request_target / workflow_run. Neither trigger is used.

Verified locally: both workflow files still parse as valid YAML. This PR run exercises ci.yml with the new versions; release.yml is exercised on merge.

GitHub forced all Node 20 actions onto Node 24 with deprecation warnings.
Bump to current majors (all are runtime bumps, no input API changes):
checkout v7, setup-go v7, upload-artifact v7, download-artifact v8,
attest-build-provenance v4, docker setup-qemu/setup-buildx/login v4,
metadata v6, build-push v7, action-gh-release v3.
@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@igun997, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 54 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

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.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: cf7677df-262b-4685-93c1-c2dcad0457b8

📥 Commits

Reviewing files that changed from the base of the PR and between 11f010e and b588e38.

📒 Files selected for processing (2)
  • .github/workflows/ci.yml
  • .github/workflows/release.yml

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.

@igun997
igun997 merged commit f855983 into master Aug 4, 2026
4 checks passed
@igun997
igun997 deleted the ci/bump-actions-node24 branch August 4, 2026 10:03
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