Skip to content

Upgrade Node 20-deprecated Actions (pkm#531)#8

Merged
michaeloboyle merged 2 commits into
mainfrom
feature/531-node20-actions
Jul 3, 2026
Merged

Upgrade Node 20-deprecated Actions (pkm#531)#8
michaeloboyle merged 2 commits into
mainfrom
feature/531-node20-actions

Conversation

@michaeloboyle

Copy link
Copy Markdown
Owner

Upgrades first-party GitHub Actions pinned to the deprecated Node 20 (or older Node 16) runtime to their first Node 24-compatible major.

GitHub forced Node 24 as the default Actions runtime on 2026-06-02; Node 20 is removed from runners on 2026-09-16. Tracked in michaeloboyle/pkm#531.

checkout v3/v4->v5, setup-node v4->v5, setup-python v5->v6, github-script v6/v7->v8, upload/download-artifact v4->v5, cache v4->v5, configure-pages v4->v6, deploy-pages v4->v5, labeler v5->v6, setup-java v4->v5.

Third-party actions (google-github-actions/*, codecov, firebase-action, etc.) are maintainer-owned and left as-is. Bumped to the first Node 24 major (not absolute latest) to minimize breaking-change surface.

Generated with Claude Code.

Copilot AI review requested due to automatic review settings July 3, 2026 15:52

Copilot AI 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.

Pull request overview

Upgrades first-party GitHub Actions used in workflows to Node 24–compatible major versions, aligning the repository’s CI/automation with GitHub’s 2026 runner runtime changes.

Changes:

  • Bump actions/checkout from v4 to v5 in workflows.
  • Bump actions/setup-node from v4 to v5 in workflows.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/ci.yml Update first-party Actions versions used by the CI job.
.github/workflows/agentdb-learning.yml Update first-party Actions versions used by AgentDB learning jobs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/ci.yml
Comment on lines 17 to +21
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@v5
@michaeloboyle michaeloboyle merged commit 221512e into main Jul 3, 2026
2 of 5 checks passed
@michaeloboyle michaeloboyle deleted the feature/531-node20-actions branch July 3, 2026 19:35
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.

2 participants