ci: bump actions to Node 24 runtimes - #2
Conversation
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.
|
Warning Review limit reached
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 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 configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
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. Comment |
Why
The first
Build & Releaserun on master succeeded but every job emitted:Changes
actions/checkoutactions/setup-goactions/upload-artifactactions/download-artifactactions/attest-build-provenancedocker/setup-qemu-actiondocker/setup-buildx-actiondocker/login-actiondocker/metadata-actiondocker/build-push-actionsoftprops/action-gh-releaseChecked 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@v8skips auto-unzip for direct (unarchived) uploads. Our artifacts are zipped byupload-artifactdefaults, so extraction still happens;pattern+merge-multipleare unchanged.checkout@v7blocks fork PR checkout forpull_request_target/workflow_run. Neither trigger is used.Verified locally: both workflow files still parse as valid YAML. This PR run exercises
ci.ymlwith the new versions;release.ymlis exercised on merge.