Skip to content

Bump the actions group across 1 directory with 2 updates#52

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-dafdce678a
Closed

Bump the actions group across 1 directory with 2 updates#52
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-dafdce678a

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Bumps the actions group with 2 updates in the / directory: peter-evans/create-pull-request and actions/download-artifact.

Updates peter-evans/create-pull-request from 7.0.11 to 8.1.1

Release notes

Sourced from peter-evans/create-pull-request's releases.

Create Pull Request v8.1.1

What's Changed

Full Changelog: peter-evans/create-pull-request@v8.1.0...v8.1.1

Create Pull Request v8.1.0

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v8.0.0...v8.1.0

Create Pull Request v8.0.0

What's new in v8

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v7.0.11...v8.0.0

Commits
  • 5f6978f fix: retry post-creation API calls on 422 eventual consistency errors (#4356)
  • d32e88d build(deps-dev): bump the npm group with 3 updates (#4349)
  • 8170bcc build(deps-dev): bump handlebars from 4.7.8 to 4.7.9 (#4344)
  • 0041819 build(deps): bump picomatch (#4339)
  • b993918 build(deps-dev): bump flatted from 3.3.1 to 3.4.2 (#4334)
  • 36d7c84 build(deps-dev): bump undici from 6.23.0 to 6.24.0 (#4328)
  • a45d1fb build(deps): bump @​tootallnate/once and jest-environment-jsdom (#4323)
  • 3499eb6 build(deps): bump the github-actions group with 2 updates (#4316)
  • 3f3b473 build(deps): bump minimatch (#4311)
  • 6699836 build(deps-dev): bump the npm group with 2 updates (#4305)
  • Additional commits viewable in compare view

Updates actions/download-artifact from 7.0.0 to 8.0.1

Release notes

Sourced from actions/download-artifact's releases.

v8.0.1

What's Changed

Full Changelog: actions/download-artifact@v8...v8.0.1

v8.0.0

v8 - What's new

[!IMPORTANT] actions/download-artifact@v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.

[!IMPORTANT] Hash mismatches will now error by default. Users can override this behavior with a setting change (see below).

Direct downloads

To support direct uploads in actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the Content-Type header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new skip-decompress parameter to true.

Enforced checks (breaking)

A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the digest-mismatch parameter. To be secure by default, we are now defaulting the behavior to error which will fail the workflow run.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

Full Changelog: actions/download-artifact@v7...v8.0.0

Commits
  • 3e5f45b Add regression tests for CJK characters (#471)
  • e6d03f6 Add a regression test for artifact name + content-type mismatches (#472)
  • 70fc10c Merge pull request #461 from actions/danwkennedy/digest-mismatch-behavior
  • f258da9 Add change docs
  • ccc058e Fix linting issues
  • bd7976b Add a setting to specify what to do on hash mismatch and default it to error
  • ac21fcf Merge pull request #460 from actions/danwkennedy/download-no-unzip
  • 15999bf Add note about package bumps
  • 974686e Bump the version to v8 and add release notes
  • fbe48b1 Update test names to make it clearer what they do
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions group with 2 updates in the / directory: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) and [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `peter-evans/create-pull-request` from 7.0.11 to 8.1.1
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@22a9089...5f6978f)

Updates `actions/download-artifact` from 7.0.0 to 8.0.1
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@37930b1...3e5f45b)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/download-artifact
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 20, 2026
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@AndrewEhlo AndrewEhlo self-requested a review May 25, 2026 05:54
Copy link
Copy Markdown
Collaborator

@AndrewEhlo AndrewEhlo left a comment

Choose a reason for hiding this comment

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

  1. peter-evans/create-pull-request v7.0.11 → v8.1.1
    File: auto-update-templates.yml:48

Breaking change in v8.0.0: Requires Actions Runner v2.327.1+ for Node 24 support.

Verdict: SAFE. Runs on ubuntu-latest (GitHub-hosted), so the Node 24 runner requirement is already satisfied. Inputs used (commit-message, title, branch, delete-branch, body) are unchanged in v8. No deprecated params.

  1. actions/download-artifact v7.0.0 → v8.0.1 ⚠️
    File: docker-image-vulnerability-process.yml:87

Breaking changes in v8.0.0:

Hash mismatch now errors by default (was warning in v7). Controlled by new digest-mismatch parameter (error | warn | ignore).
ESM migration — transparent unless you're forking the action.
No longer auto-unzips non-zipped downloads (detects via Content-Type). New skip-decompress param. Only affects artifacts uploaded with direct-upload mode in upload-artifact.
Verdict: LOW-MEDIUM RISK, but watch carefully.

This step only runs when trivyMode == 'tarball', which is not the default ('normal'). So most callers won't even hit it.
The current consumer at docker-image-vulnerability-process.yml:101 expects the structure ./image.tar/.tar — meaning the producer is uploading the .tar file as artifact content, GH wraps it in a zip, and download-artifact unzips it back. That flow is unchanged in v8 (standard zipped artifacts still get unzipped).
The new "error on hash mismatch" default is the only behavioral surprise. If an upstream upload-artifact step produces a corrupted/digest-mismatched artifact, the workflow now fails instead of silently warning — arguably an improvement, but it could turn a previously-passing run into a failure.
Inconsistency worth flagging
Line 110 still uses actions/upload-artifact@... # v7 (the inline comment says v7, but pinact pinned the actual SHA). If you take the v8 download-artifact bump, the v7 producer/consumer pairing in this same file becomes slightly off-tempo. Functionally fine — v7 upload + v8 download interoperate — but it's an asymmetry to be aware of (Dependabot will likely propose the upload-artifact v8 bump separately when it groups them next).

Recommendation
Safe to merge. If you want belt-and-suspenders for the download-artifact change, add digest-mismatch: warn to preserve v7 semantics:

  • name: Download Docker image from tarball
    if: ${{ inputs.trivyMode == 'tarball' }}
    uses: actions/download-artifact@3e5f45b # v8.0.1
    with:
    name: ${{ inputs.imageTarName }}
    path: './${{ inputs.imageTarName }}'
    digest-mismatch: warn
    But I'd lean toward leaving the new error default in place — failing loudly on a corrupted artifact before Trivy scans an unknown blob is the right behavior for a vulnerability-scanning workflow.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 26, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 26, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/actions-dafdce678a branch May 26, 2026 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants