Skip to content

ci: bump remaining Node 20 actions to Node 24 runtimes#129

Merged
hardbyte merged 1 commit into
mainfrom
ci-bump-actions-node24
Jun 11, 2026
Merged

ci: bump remaining Node 20 actions to Node 24 runtimes#129
hardbyte merged 1 commit into
mainfrom
ci-bump-actions-node24

Conversation

@hardbyte

Copy link
Copy Markdown
Owner

GitHub forces Node.js 20 actions to run on Node 24 starting June 16th, 2026 and removes Node 20 from runners in September 2026. Most of this repo is already on node24 majors; this bumps the stragglers:

Workflow Action From To Notes
docs-pages.yml actions/setup-node v4 v6 node-version: 20 is the docs build toolchain, unrelated to the action runtime
docs-pages.yml actions/configure-pages v5 v6 node24 only
docs-pages.yml actions/deploy-pages v4 v5 node24 only
docs-pages.yml actions/upload-pages-artifact v3 v5 composite, but v3 internally runs upload-artifact@v4 (node20); v5 pins v7
operator-fairness-load.yml actions/github-script v7 v9 script only uses injected github/context/core — unaffected by v9's ESM break of require('@actions/github')

Left as-is: release.yml's upload-artifact@v6/download-artifact@v7 (already node24-default), docker/* (all node24 at current pins), attest@v4/softprops/action-gh-release@v3 (node24), cosign-installer (composite), Swatinem/rust-cache@v2 (floating major resolves to node24), and the local setup-e2e composite (uses docker/setup-buildx-action@v4, node24).

Same sweep as thepartly/reflectapi#172.

GitHub forces Node.js 20 actions onto Node 24 from June 16th 2026 and
removes Node 20 from runners in September 2026. Bump the remaining
node20 pins:

- actions/setup-node v4 -> v6 (node-version: 20 input is the docs build
  toolchain, unrelated to the action runtime, and stays)
- actions/configure-pages v5 -> v6
- actions/deploy-pages v4 -> v5
- actions/upload-pages-artifact v3 -> v5 (composite, but v3 internally
  runs upload-artifact@v4 on node20; v5 pins v7)
- actions/github-script v7 -> v9 (the script only uses the injected
  github/context/core objects, unaffected by v9's ESM breaking changes)

release.yml's upload-artifact@v6/download-artifact@v7 already run on
node24 and are left as-is, as are the docker/cosign/attest actions and
the floating rust-cache@v2 major tag.
@coderabbitai

coderabbitai Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

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

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

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

⌛ 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: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 0043a4af-0ae3-436c-86d3-e56218af56ad

📥 Commits

Reviewing files that changed from the base of the PR and between f9e8818 and d8b66ef.

📒 Files selected for processing (2)
  • .github/workflows/docs-pages.yml
  • .github/workflows/operator-fairness-load.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 and usage tips.

@hardbyte hardbyte merged commit 6aaa972 into main Jun 11, 2026
13 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