Skip to content

ci: bump Actions off Node 20 runtime (#6) - #7

Open
chtnnh wants to merge 2 commits into
mainfrom
fix/gh-actions-node24-bump
Open

ci: bump Actions off Node 20 runtime (#6)#7
chtnnh wants to merge 2 commits into
mainfrom
fix/gh-actions-node24-bump

Conversation

@chtnnh

@chtnnh chtnnh commented Aug 13, 2026

Copy link
Copy Markdown
Owner

Summary

Test plan

  • CI green on this PR (no Node 20 action annotations)
  • After merge, docs workflow deploy succeeds and .nojekyll is present

Know-Code-Verified: 4a6e5b6a224860021716a5684dfac0dc5244085e084d93babcb7e7150f1e561d
@cursor

cursor Bot commented Aug 13, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Dependency version bumps in workflow YAML only; the docs change is a deliberate fix for Pages artifact packaging.

Overview
Updates CI infrastructure to Actions v5 so workflows stop running on the deprecated Node 20 action runtime.

actions/checkout@v5 and actions/setup-node@v5 replace v4 in ci, docs, know-code, release, and umami-proxy, the composite action/action.yml, know-code init --workflow output (init.ts), docs (website/docs/ci.md), and the consumerWorkflowYaml test assertion.

For docs deploy, upload-pages-artifact and deploy-pages move to v5, with include-hidden-files: true on the upload step so dotfiles like .nojekyll are included (v4+ default behavior would omit them).

Reviewed by Cursor Bugbot for commit 610ee6b. Bugbot is set up for automated code reviews on this repo. Configure here.

@chtnnh chtnnh self-assigned this Aug 13, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 54a8120. Configure here.

Comment thread action/action.yml
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.

Bump GitHub Actions off deprecated Node 20 runtime (checkout/setup-node v4 → v5+)

1 participant