Skip to content

chore: update GitHub Actions to Node 24 - #50

Merged
jonathannorris merged 2 commits into
mainfrom
chore/update-actions-node24
Aug 17, 2026
Merged

chore: update GitHub Actions to Node 24#50
jonathannorris merged 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.

@jonathannorris
jonathannorris marked this pull request as ready for review August 14, 2026 19:24
@jonathannorris
jonathannorris requested a review from a team as a code owner August 14, 2026 19:24
Copilot AI lite review requested due to automatic review settings August 14, 2026 19:24
@jonathannorris
jonathannorris enabled auto-merge (squash) August 14, 2026 19:26

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

Updates GitHub Actions workflow dependencies to newer major versions intended to be compatible with Node 24 runtime changes in GitHub Actions.

Changes:

  • Bump actions/checkout and actions/setup-go to v7 across workflows.
  • Update Docker-related actions in the release workflow (setup-buildx, login, metadata, build-push) to newer major versions.
  • Update linting and release automation actions (golangci-lint-action, goreleaser-action) to newer major versions.

Reviewed changes

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

File Description
.github/workflows/test.yml Updates checkout and Go setup actions to newer major versions.
.github/workflows/release.yml Updates checkout/Go setup and Docker actions used for release builds and publishing.
.github/workflows/lint.yml Updates Go setup, checkout, and golangci-lint action versions.
.github/workflows/goreleaser.yml Updates checkout/Go setup and GoReleaser action versions for artifact publishing.

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

Comment thread .github/workflows/release.yml Outdated
@jonathannorris
jonathannorris merged commit 31f95d2 into main Aug 17, 2026
6 checks passed
@jonathannorris
jonathannorris deleted the chore/update-actions-node24 branch August 17, 2026 13:06
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.

3 participants