Bump GitHub Actions: checkout/setup-node to v6, upload-artifact to v7, download-artifact to v8, cache to v5#1045
Merged
Conversation
…, download-artifact to v8, cache to v5 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates first-party GitHub Actions versions used by the repository’s CI workflows, keeping the existing workflow logic intact while moving to newer major versions of the same Actions.
Changes:
- Bump
actions/checkoutandactions/setup-nodeto@v6in dependency automation workflow(s). - Bump artifact Actions to
actions/upload-artifact@v7andactions/download-artifact@v8in the main CI workflow. - Bump caching to
actions/cache@v5and correct the adjacentdorny/paths-filterversion comment.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/main.yml | Updates artifact/cache action versions used by CI and corrects the paths-filter comment. |
| .github/workflows/dependency-update.yml | Updates checkout and Node setup action versions used by the dependency update workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Why these dependencies were grouped together
All updated actions are first-party GitHub Actions infrastructure used across
main.ymlanddependency-update.yml. They are updated together as a single simple version-bump PR because none require code changes — only the@vNtag references need updating. Thedorny/paths-filterSHA pin was not changed (it already pointed tov4.0.1); only the adjacent comment was corrected from# v3.0.2to# v4.0.1.actions/checkoutv4v6actions/setup-nodev4v6actions/upload-artifactv4v7actions/download-artifactv4v8actions/cachev4v5Update type
This is a simple version bump — only action
@vNreferences in workflow YAML files were changed; no source code or configuration required updating.Best-practice changes
No best-practice change was introduced or suggested by this update. Decision: do not implement now.
Validation
The following commands were run and succeeded: