Skip to content

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

Merged
chtnnh merged 1 commit into
mainfrom
fix/gh-actions-node24-bump
Aug 17, 2026
Merged

ci: bump Actions off Node 20 runtime (#6)#7
chtnnh merged 1 commit 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

@cursor

cursor Bot commented Aug 13, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Dependency version bumps in CI and docs deploy only; no application or security logic changes.

Overview
Bumps actions/checkout and actions/setup-node from v4 to v5 across all CI workflows (ci, docs, know-code, release, umami-proxy), the composite action/action.yml, know-code init --workflow output, and docs/examples (action/README.md, website/docs/ci.md).

For GitHub Pages, upgrades upload-pages-artifact to v5 and deploy-pages to v5, and sets include-hidden-files: true on the upload step so Docusaurus .nojekyll is included (v4+ drops dotfiles by default).

Tests in commands-core.test.ts now assert generated and checked-in YAML references checkout@v5 and setup-node@v5.

Reviewed by Cursor Bugbot for commit 4f2520e. 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
Keep the push walker from main; pin checkout/setup-node and Pages to v5.
Closes #6.

Know-Code-Verified: f795e06c6d117f30469b3cdfd5c85225d1613c3d1f0c02841f6d9dcd2686d4b5
@chtnnh
chtnnh force-pushed the fix/gh-actions-node24-bump branch from 610ee6b to 4f2520e Compare August 17, 2026 05:37
@chtnnh
chtnnh merged commit 1b6f281 into main Aug 17, 2026
3 checks passed
@chtnnh
chtnnh deleted the fix/gh-actions-node24-bump branch August 22, 2026 19:33
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