chore(deps): update github actions (minor) - #1842
Conversation
|
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates pinned GitHub Actions dependencies across CI/CD workflows to newer patch/minor versions for caching, releases, Docker builds, and SARIF uploads.
Changes:
- Bump
actions/cachefrom v5.0.5 to v5.1.0 across multiple workflows. - Bump
changesets/actionfrom v1.8.0 to v1.9.0 in the release workflow. - Bump Docker-related actions (login/setup-qemu/setup-buildx/metadata/build-push) and
github/codeql-action/upload-sarifto newer versions in image build workflows.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/release.yaml | Updates cache action and Changesets action versions used during release automation. |
| .github/workflows/deploy-pr-preview.yaml | Updates pnpm cache action version for PR preview deployments. |
| .github/workflows/deploy-github-pages.yaml | Updates pnpm cache action version for GitHub Pages deployments. |
| .github/workflows/ci-checks.yaml | Updates pnpm cache action version used in CI jobs. |
| .github/workflows/build-push-supernova-image.yaml | Updates Docker build/push pipeline actions and SARIF upload action versions. |
| .github/workflows/build-push-greenhouse-pr-preview.yaml | Updates Docker build/push pipeline actions for PR preview builds. |
| .github/workflows/build-push-greenhouse-image.yaml | Updates Docker build/push pipeline actions and SARIF upload action versions. |
d54133d to
9bf4de8
Compare
9bf4de8 to
57b1585
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (4)
.github/workflows/ci-checks.yaml:41
- The same action SHAs are repeated across multiple workflow files/jobs in this PR, increasing the chance of future version drift (e.g., updating one workflow but missing another). Consider centralizing the shared ‘setup node + pnpm + cache’ logic into a reusable workflow (
workflow_call) or a composite action under.github/actions/...so action pins are defined in one place and reused everywhere.
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
.github/workflows/ci-checks.yaml:55
- The same action SHAs are repeated across multiple workflow files/jobs in this PR, increasing the chance of future version drift (e.g., updating one workflow but missing another). Consider centralizing the shared ‘setup node + pnpm + cache’ logic into a reusable workflow (
workflow_call) or a composite action under.github/actions/...so action pins are defined in one place and reused everywhere.
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
.github/workflows/ci-checks.yaml:90
- The same action SHAs are repeated across multiple workflow files/jobs in this PR, increasing the chance of future version drift (e.g., updating one workflow but missing another). Consider centralizing the shared ‘setup node + pnpm + cache’ logic into a reusable workflow (
workflow_call) or a composite action under.github/actions/...so action pins are defined in one place and reused everywhere.
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
.github/workflows/ci-checks.yaml:104
- The same action SHAs are repeated across multiple workflow files/jobs in this PR, increasing the chance of future version drift (e.g., updating one workflow but missing another). Consider centralizing the shared ‘setup node + pnpm + cache’ logic into a reusable workflow (
workflow_call) or a composite action under.github/actions/...so action pins are defined in one place and reused everywhere.
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
This PR contains the following updates:
v5.0.5→v5.1.0v6.4.0→v6.5.0v1.8.0→v1.9.0v7.2.0→v7.3.0v4.2.0→v4.4.0v4.5.2(+2)v6.1.0→v6.2.0v4.1.0→v4.2.0v4.1.0→v4.2.0v4.36.3→v4.37.0v4.37.3(+2)Release Notes
actions/cache (actions/cache)
v5.1.0Compare Source
What's Changed
Full Changelog: actions/cache@v5...v5.1.0
actions/setup-node (actions/setup-node)
v6.5.0Compare Source
What's Changed
Full Changelog: actions/setup-node@v6.4.0...v6.5.0
changesets/action (changesets/action)
v1.9.0Compare Source
Minor Changes
#636
b072bccThanks @bluwy! - Add a new@changesets/action/pr-commentsub-action to comment on PRs#625
8795eeeThanks @bluwy! - Add a new@changesets/action/pr-statussub-action to generate the changeset status comment for PRs as an alternative to the Changesets Bot.Patch Changes
#535
34f64f6Thanks @Andarist! - Fixed an issue with GitHub releases not being created for successfully published packages when some packages failed to be published to the registry.#632
1d54b9eThanks @bluwy! - Simplify internal implementation to get changelog entries for a package version#629
e0c90aaThanks @bluwy! - Fix custom version and publish command argument parsing#645
f9585d9Thanks @Andarist! - Improved force-push handling when usingcommitMode: "github-api"so updating an existing branch no longer temporarily resets the target branch to the base commit, avoiding cases where GitHub closes open pull requests during the update. This should remove a possibility of a GitHub state race that caused the force-pushed PRs not being reopened.docker/build-push-action (docker/build-push-action)
v7.3.0Compare Source
docker/login-action (docker/login-action)
v4.4.0Compare Source
v4.3.0Compare Source
Full Changelog: docker/login-action@v4.2.0...v4.3.0
docker/metadata-action (docker/metadata-action)
v6.2.0Compare Source
docker/setup-buildx-action (docker/setup-buildx-action)
v4.2.0Compare Source
Full Changelog: docker/setup-buildx-action@v4.1.0...v4.2.0
docker/setup-qemu-action (docker/setup-qemu-action)
v4.2.0Compare Source
github/codeql-action (github/codeql-action)
v4.37.0Compare Source
config-fileinput for thecodeql-action/initstep will soon support a new[owner/]repo[@​ref][:path]format. All components except the repository name are optional. If omitted,ownerdefaults to the same owner as the repository the analysis is running for,reftomain, andpathto.github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.