Skip to content

ci: bump the actions group across 1 directory with 12 updates - #7

Merged
zircote merged 1 commit into
mainfrom
dependabot/github_actions/actions-5e343cbac5
Jul 15, 2026
Merged

ci: bump the actions group across 1 directory with 12 updates#7
zircote merged 1 commit into
mainfrom
dependabot/github_actions/actions-5e343cbac5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on actions/checkout, actions/attest-build-provenance, actions/upload-artifact, attested-delivery/.github/.github/workflows/reusable-zap.yml, attested-delivery/.github/.github/workflows/reusable-attest-scan.yml, attested-delivery/.github/.github/workflows/pin-check.yml, actions/setup-node, actions/configure-pages, actions/deploy-pages, attested-delivery/.github/.github/workflows/reusable-sca-osv.yml, attested-delivery/.github/.github/workflows/reusable-scorecard.yml and attested-delivery/.github/.github/workflows/reusable-trivy.yml to permit the latest version.
Updates actions/checkout from 4.2.2 to 7.0.0

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

v6.0.0

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates actions/attest-build-provenance from 4.1.0 to 4.1.1

Release notes

Sourced from actions/attest-build-provenance's releases.

v4.1.1

[!NOTE] As of version 4, actions/attest-build-provenance is simply a wrapper on top of actions/attest.

Existing applications may continue to use the attest-build-provenance action, but new implementations should use actions/attest instead.

What's Changed

Full Changelog: actions/attest-build-provenance@v4.1.0...v4.1.1

Commits

Updates actions/upload-artifact from 4.6.2 to 7.0.1

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.1

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

v7.0.0

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

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

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

v5.0.0

What's Changed

... (truncated)

Commits
  • 043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
  • 634250c Include changes in typespec/ts-http-runtime 0.3.5
  • e454baa Readme: bump all the example versions to v7 (#796)
  • 74fad66 Update the readme with direct upload details (#795)
  • bbbca2d Support direct file uploads (#764)
  • 589182c Upgrade the module to ESM and bump dependencies (#762)
  • 47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests
  • 02a8460 Add proxy integration test
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • Additional commits viewable in compare view

Updates attested-delivery/.github/.github/workflows/reusable-zap.yml from 698148e12da113cfeeef8742c31ae93657959e67 to ee1f93b566abc109efa0588d3d5308b4dd4a7492

Commits
  • ee1f93b fix(reusable-trivy): authenticate to GHCR before scanning image-ref (#33)
  • f0c5cba fix(sign-and-attest): disable release-asset upload on image SBOM step (#32)
  • ca91728 ci: run catalog-updater engine unit tests + lint on change (#26)
  • 508aa7a fix(catalog-update): capture attestation evidence (--format json) (#25)
  • b951e1b fix(catalog-update): repin targets the entry by its own top-level name (#24)
  • 36cdbd7 fix(catalog-update): resolve repo from url (git-subdir/url sources) (#23)
  • 4d9150c feat(release): attest releases (SLSA provenance + CycloneDX SBOM) (#22)
  • f211de9 docs: add ecosystem documentation hub index (#21)
  • 4b398a9 fix(catalog-update): use client-id (app-id is deprecated) (#19)
  • ed65666 fix(catalog-update): App id from org variable, key from org secret (#18)
  • Additional commits viewable in compare view

Updates attested-delivery/.github/.github/workflows/reusable-attest-scan.yml from 698148e12da113cfeeef8742c31ae93657959e67 to ee1f93b566abc109efa0588d3d5308b4dd4a7492

Commits
  • ee1f93b fix(reusable-trivy): authenticate to GHCR before scanning image-ref (#33)
  • f0c5cba fix(sign-and-attest): disable release-asset upload on image SBOM step (#32)
  • ca91728 ci: run catalog-updater engine unit tests + lint on change (#26)
  • 508aa7a fix(catalog-update): capture attestation evidence (--format json) (#25)
  • b951e1b fix(catalog-update): repin targets the entry by its own top-level name (#24)
  • 36cdbd7 fix(catalog-update): resolve repo from url (git-subdir/url sources) (#23)
  • 4d9150c feat(release): attest releases (SLSA provenance + CycloneDX SBOM) (#22)
  • f211de9 docs: add ecosystem documentation hub index (#21)
  • 4b398a9 fix(catalog-update): use client-id (app-id is deprecated) (#19)
  • ed65666 fix(catalog-update): App id from org variable, key from org secret (#18)
  • Additional commits viewable in compare view

Updates attested-delivery/.github/.github/workflows/pin-check.yml to ee1f93b566abc109efa0588d3d5308b4dd4a7492

Commits

Updates actions/setup-node from 4.4.0 to 6.4.0

Release notes

Sourced from actions/setup-node's releases.

v6.4.0

What's Changed

Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v6...v6.4.0

v6.3.0

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:

Bug fixes:

New Contributors

Full Changelog: actions/setup-node@v6...v6.3.0

v6.2.0

What's Changed

Documentation

Dependency updates:

New Contributors

... (truncated)

Commits

Updates actions/configure-pages from 5.0.0 to 6.0.0

Release notes

Sourced from actions/configure-pages's releases.

v6.0.0

Changelog

See details of all code changes since previous release.

Commits
  • 45bfe01 Merge pull request #186 from salmanmkc/node24
  • d8770c2 Update Node version from 20 to 24 in action.yml
  • cb8a1a3 upgrade to node 24
  • d560657 Merge pull request #165 from actions/Jcambass-patch-1
  • 35e0ac4 Upgrade IA Publish
  • 1dfbcbf Merge pull request #163 from actions/Jcambass-patch-1
  • 2f4f988 Add workflow file for publishing releases to immutable action package
  • 0d7570c Merge pull request #162 from actions/pin-draft-release-verssion
  • 3ea1966 pin draft release version
  • aabcbc4 Merge pull request #160 from actions/dependabot/npm_and_yarn/espree-10.1.0
  • Additional commits viewable in compare view

Updates actions/deploy-pages from 4.0.5 to 5.0.0

Release notes

Sourced from actions/deploy-pages's releases.

v5.0.0

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

Commits
  • cd2ce8f Merge pull request #404 from salmanmkc/node24
  • bbe2a95 Update Node.js version to 24.x
  • 854d7aa Merge pull request #374 from actions/Jcambass-patch-1
  • 306bb81 Add workflow file for publishing releases to immutable action package
  • b742728 Merge pull request #360 from actions/dependabot/npm_and_yarn/npm_and_yarn-513...
  • 7273294 Bump braces in the npm_and_yarn group across 1 directory
  • 963791f Merge pull request #361 from actions/dependabot-friendly
  • 51bb29d Make the rebuild dist workflow safer for Dependabot
  • 89f3d10 Merge pull request #358 from actions/dependabot/npm_and_yarn/non-breaking-cha...
  • bce7355 Merge branch 'main' into dependabot/npm_and_yarn/non-breaking-changes-99c12deb21
  • Additional commits viewable in compare view

Updates attested-delivery/.github/.github/workflows/reusable-sca-osv.yml from 698148e12da113cfeeef8742c31ae93657959e67 to ee1f93b566abc109efa0588d3d5308b4dd4a7492

Commits
  • ee1f93b fix(reusable-trivy): authenticate to GHCR before scanning image-ref (#33)
  • f0c5cba fix(sign-and-attest): disable release-asset upload on image SBOM step (#32)
  • ca91728 ci: run catalog-updater engine unit tests + lint on change (#26)
  • 508aa7a fix(catalog-update): capture attestation evidence (--format json) (#25)
  • b951e1b fix(catalog-update): repin targets the entry by its own top-level name (#24)
  • 36cdbd7 fix(catalog-update): resolve repo from url (git-subdir/url sources) (#23)
  • 4d9150c feat(release): attest releases (SLSA provenance + CycloneDX SBOM) (#22)
  • f211de9 docs: add ecosystem documentation hub index (#21)
  • 4b398a9 fix(catalog-update): use client-id (app-id is deprecated) (#19)
  • ed65666 fix(catalog-update): App id from org variable, key from org secret (#18)
  • Additional commits viewable in compare view

Updates attested-delivery/.github/.github/workflows/reusable-scorecard.yml from 698148e12da113cfeeef8742c31ae93657959e67 to ee1f93b566abc109efa0588d3d5308b4dd4a7492

Commits
  • ee1f93b fix(reusable-trivy): authenticate to GHCR before scanning image-ref (#33)
  • f0c5cba fix(sign-and-attest): disable release-asset upload on image SBOM step (#32)
  • ca91728 ci: run catalog-updater engine unit tests + lint on change (#26)
  • 508aa7a fix(catalog-update): capture attestation evidence (--format json) (#25)
  • b951e1b fix(catalog-update): repin targets the entry by its own top-level name (#24)
  • 36cdbd7 fix(catalog-update): resolve repo from url (git-subdir/url sources) (#23)
  • 4d9150c feat(release): attest releases (SLSA provenance + CycloneDX SBOM) (#22)
  • f211de9 docs: add ecosystem documentation hub index (#21)
  • 4b398a9 fix(catalog-update): use client-id (app-id is deprecated) (#19)
  • ed65666 fix(catalog-update): App id from org variable, key from org secret (#18)
  • Additional commits viewable in compare view

Updates attested-delivery/.github/.github/workflows/reusable-trivy.yml from 698148e12da113cfeeef8742c31ae93657959e67 to ee1f93b566abc109efa0588d3d5308b4dd4a7492

Commits
  • ee1f93b fix(reusable-trivy): authenticate to GHCR before scanning image-ref (#33)
  • f0c5cba fix(sign-and-attest): disable release-asset upload on image SBOM step (#32)
  • ca91728 ci: run catalog-updater engine unit tests + lint on change (#26)
  • 508aa7a fix(catalog-update): capture attestation evidence (--format json) (#25)
  • b951e1b fix(catalog-update): repin targets the entry by its own top-level name (#24)
  • 36cdbd7 fix(catalog-update): resolve repo from url (git-subdir/url sources) (#23)
  • 4d9150c feat(release): attest releases (SLSA provenance + CycloneDX SBOM) (#22)
  • f211de9 docs: add ecosystem documentation hub index (#21)
  • 4b398a9 fix(catalog-update): use client-id (app-id is deprecated) (#19)
  • ed65666 fix(catalog-update): App id from org variable, key from org secret (#18)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 2, 2026
Updates the requirements on [actions/checkout](https://github.com/actions/checkout), [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance), [actions/upload-artifact](https://github.com/actions/upload-artifact), [attested-delivery/.github/.github/workflows/reusable-zap.yml](https://github.com/attested-delivery/.github), [attested-delivery/.github/.github/workflows/reusable-attest-scan.yml](https://github.com/attested-delivery/.github), [attested-delivery/.github/.github/workflows/pin-check.yml](https://github.com/attested-delivery/.github), [actions/setup-node](https://github.com/actions/setup-node), [actions/configure-pages](https://github.com/actions/configure-pages), [actions/deploy-pages](https://github.com/actions/deploy-pages), [attested-delivery/.github/.github/workflows/reusable-sca-osv.yml](https://github.com/attested-delivery/.github), [attested-delivery/.github/.github/workflows/reusable-scorecard.yml](https://github.com/attested-delivery/.github) and [attested-delivery/.github/.github/workflows/reusable-trivy.yml](https://github.com/attested-delivery/.github) to permit the latest version.

Updates `actions/checkout` from 4.2.2 to 7.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@11bd719...9c091bb)

Updates `actions/attest-build-provenance` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/actions/attest-build-provenance/releases)
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
- [Commits](actions/attest-build-provenance@a2bbfa2...0f67c3f)

Updates `actions/upload-artifact` from 4.6.2 to 7.0.1
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@ea165f8...043fb46)

Updates `attested-delivery/.github/.github/workflows/reusable-zap.yml` from 698148e12da113cfeeef8742c31ae93657959e67 to ee1f93b566abc109efa0588d3d5308b4dd4a7492
- [Release notes](https://github.com/attested-delivery/.github/releases)
- [Commits](attested-delivery/.github@698148e...ee1f93b)

Updates `attested-delivery/.github/.github/workflows/reusable-attest-scan.yml` from 698148e12da113cfeeef8742c31ae93657959e67 to ee1f93b566abc109efa0588d3d5308b4dd4a7492
- [Release notes](https://github.com/attested-delivery/.github/releases)
- [Commits](attested-delivery/.github@698148e...ee1f93b)

Updates `attested-delivery/.github/.github/workflows/pin-check.yml` to ee1f93b566abc109efa0588d3d5308b4dd4a7492
- [Release notes](https://github.com/attested-delivery/.github/releases)
- [Commits](https://github.com/attested-delivery/.github/commits/ee1f93b566abc109efa0588d3d5308b4dd4a7492)

Updates `actions/setup-node` from 4.4.0 to 6.4.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@49933ea...48b55a0)

Updates `actions/configure-pages` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](actions/configure-pages@983d773...45bfe01)

Updates `actions/deploy-pages` from 4.0.5 to 5.0.0
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](actions/deploy-pages@d6db901...cd2ce8f)

Updates `attested-delivery/.github/.github/workflows/reusable-sca-osv.yml` from 698148e12da113cfeeef8742c31ae93657959e67 to ee1f93b566abc109efa0588d3d5308b4dd4a7492
- [Release notes](https://github.com/attested-delivery/.github/releases)
- [Commits](attested-delivery/.github@698148e...ee1f93b)

Updates `attested-delivery/.github/.github/workflows/reusable-scorecard.yml` from 698148e12da113cfeeef8742c31ae93657959e67 to ee1f93b566abc109efa0588d3d5308b4dd4a7492
- [Release notes](https://github.com/attested-delivery/.github/releases)
- [Commits](attested-delivery/.github@698148e...ee1f93b)

Updates `attested-delivery/.github/.github/workflows/reusable-trivy.yml` from 698148e12da113cfeeef8742c31ae93657959e67 to ee1f93b566abc109efa0588d3d5308b4dd4a7492
- [Release notes](https://github.com/attested-delivery/.github/releases)
- [Commits](attested-delivery/.github@698148e...ee1f93b)

---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/configure-pages
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/deploy-pages
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/setup-node
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: attested-delivery/.github/.github/workflows/pin-check.yml
  dependency-version: ca91728c87beb08742325b4ed4d06fcfb261435b
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: attested-delivery/.github/.github/workflows/reusable-attest-scan.yml
  dependency-version: ca91728c87beb08742325b4ed4d06fcfb261435b
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: attested-delivery/.github/.github/workflows/reusable-sca-osv.yml
  dependency-version: ca91728c87beb08742325b4ed4d06fcfb261435b
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: attested-delivery/.github/.github/workflows/reusable-scorecard.yml
  dependency-version: ca91728c87beb08742325b4ed4d06fcfb261435b
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: attested-delivery/.github/.github/workflows/reusable-trivy.yml
  dependency-version: ca91728c87beb08742325b4ed4d06fcfb261435b
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: attested-delivery/.github/.github/workflows/reusable-zap.yml
  dependency-version: ca91728c87beb08742325b4ed4d06fcfb261435b
  dependency-type: direct:production
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-5e343cbac5 branch from 1525f74 to 751a0b2 Compare July 15, 2026 16:52
@zircote
zircote merged commit 19310d8 into main Jul 15, 2026
9 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/actions-5e343cbac5 branch July 15, 2026 17:18
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.

1 participant