Skip to content

chore: update GitHub Actions to Node 24 - #998

Open
jonathannorris wants to merge 2 commits into
mainfrom
chore/update-actions-node24
Open

chore: update GitHub Actions to Node 24#998
jonathannorris wants to merge 2 commits into
mainfrom
chore/update-actions-node24

Conversation

@jonathannorris

Copy link
Copy Markdown
Member

Summary

  • Update GitHub Actions and custom action dependencies to Node 24-compatible releases.
  • Update nested dependencies in composite and custom actions.
  • Retain actions without an available Node 24 release.

@cloudflare-workers-and-pages

cloudflare-workers-and-pagesBot commented Aug 14, 2026

Copy link
Copy Markdown

Deploying devcycle-docs with Cloudflare Pages Cloudflare Pages

Latest commit:463c960
Status: ✅ Deploy successful!
Preview URL:https://57745071.devcycle-docs.pages.dev
Branch Preview URL:https://chore-update-actions-node24.devcycle-docs.pages.dev

View logs

@jonathannorris
jonathannorris marked this pull request as ready for review August 14, 2026 19:24
CopilotAI lite review requested due to automatic review settings August 14, 2026 19:24
@jonathannorris
jonathannorris enabled auto-merge (squash) August 14, 2026 19:25

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates GitHub Actions workflow dependencies to versions that are compatible with Node 24, primarily by bumping third-party actions to newer major releases.

Changes:

  • Updated actions/checkout references from older pins/branches to @v7 across workflows.
  • Updated stefanzweifel/git-auto-commit-action usage to @v7 in the diagrams workflow.
  • Kept existing actions that don’t have an obvious Node 24-compatible release available.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

FileDescription
.github/workflows/licenses.ymlUpdates checkout action to actions/checkout@v7 for the license check job.
.github/workflows/diagrams.ymlUpdates checkout and git auto-commit actions to newer major versions.
.github/workflows/action.ymlReplaces actions/checkout@master with actions/checkout@v7 for the link check workflow.
Suppressed comments (1)

.github/workflows/diagrams.yml:29

  • This switches from a pinned patch release (v4.1.2) to the floating major tag @v7, which can change over time and make runs non-reproducible. Pin to a specific release tag (or a commit SHA) to keep CI deterministic.
 uses: stefanzweifel/git-auto-commit-action@v7

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread.github/workflows/licenses.yml
Comment thread.github/workflows/diagrams.yml
Comment thread.github/workflows/action.yml
@jonathannorris
jonathannorrisforce-pushed the chore/update-actions-node24 branch from 6159a3f to 463c960CompareAugust 14, 2026 20:21
Sign up for freeto 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

@jonathannorris