Skip to content

chore(deps): bump the github-actions group across 1 directory with 11 updates#12785

Merged
zkochan merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-8ee19c861e
Jul 7, 2026
Merged

chore(deps): bump the github-actions group across 1 directory with 11 updates#12785
zkochan merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-8ee19c861e

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 11 updates in the / directory:

Package From To
actions/checkout 6.0.3 7.0.0
bencherdev/bencher 0.6.7 0.6.8
actions/cache/restore 5.0.5 6.1.0
actions/cache/save 5.0.5 6.1.0
taiki-e/install-action 2.82.0 2.82.5
actions/cache 5.0.5 6.1.0
actions/attest-build-provenance 4.1.0 4.1.1
softprops/action-gh-release 3.0.0 3.0.1
warpdotdev/oz-agent-action 1.0.19 1.0.21
cbrgm/mastodon-github-action 2.2.1 2.2.2
zizmorcore/zizmor-action 0.5.6 0.5.7

Updates actions/checkout from 6.0.3 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

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 bencherdev/bencher from 0.6.7 to 0.6.8

Release notes

Sourced from bencherdev/bencher's releases.

v0.6.8

  • BREAKING CHANGE Change the default self-hosted API server port from 61016 to the newly IANA-registered 6610. Deployments relying on the default now serve the API on 6610. Update clients, reverse proxies, and --host/BENCHER_HOST references (Docker Compose, devcontainer, and docs are updated to match). To stay on 61016, set server.bind_address to 0.0.0.0:61016 (or run bencher up --api-port 61016).
  • Mark the remaining user API token REST endpoints (list, view, update, and revoke) as deprecated in the OpenAPI spec and API docs; they continue to work for existing tokens
Commits
  • 5f9d4cf Release v0.6.8
  • deb634d Add a Continue Unlicensed button to Self-Hosted onboarding
  • 8deb121 Change default API server port from 61016 to 6610 (#905)
  • eef36e7 Move over to Pro plan (#907)
  • f553ea0 Resolve plan tier by base-fee presence instead of the Stripe product name (#911)
  • 42cbda5 Add Console design guide (#910)
  • fc3e1e6 Add Pro plan metered usage and split out a Bencher Metrics product (#909)
  • 131f62b Add Pro plan backend: billing credits, sweep, plan PATCH, CLI (#906)
  • 7331a55 Publish Bare Metal Runner documentation (#908)
  • c7fa7b1 Update kernel 6.1.172 -> 6.1.174 (#904)
  • Additional commits viewable in compare view

Updates actions/cache/restore from 5.0.5 to 6.1.0

Release notes

Sourced from actions/cache/restore's releases.

v6.1.0

What's Changed

Full Changelog: actions/cache@v6...v6.1.0

v6.0.0

What's Changed

Full Changelog: actions/cache@v5...v6.0.0

v5.1.0

What's Changed

Full Changelog: actions/cache@v5...v5.1.0

Changelog

Sourced from actions/cache/restore's changelog.

Releases

How to prepare a release

[!NOTE] Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

6.1.0

6.0.0

  • Updated @actions/cache to ^6.0.1, @actions/core to ^3.0.1, @actions/exec to ^3.0.0, @actions/io to ^3.0.2
  • Migrated to ESM module system
  • Upgraded Jest to v30 and test infrastructure to be ESM compatible

5.0.4

  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • Bump fast-xml-parser to v5.5.6

5.0.3

5.0.2

... (truncated)

Commits
  • 55cc834 Merge pull request #1768 from jasongin/readonly-cache
  • d8cd72f Bump @​actions/cache to v6.1.0 - handle cache write error due to RO token
  • 2c8a9bd Merge pull request #1760 from actions/samirat/esm_migration_and_package_update
  • e9b91fd Prettier fixes
  • e4884b8 Rebuild dist
  • 10baf01 Fixed licenses
  • e39b386 Fix test mock return order
  • b692820 PR feedback
  • 6074912 Rebuild dist bundles as ESM to match type:module
  • 5a912e8 Fix lint and jest issues
  • Additional commits viewable in compare view

Updates actions/cache/save from 5.0.5 to 6.1.0

Release notes

Sourced from actions/cache/save's releases.

v6.1.0

What's Changed

Full Changelog: actions/cache@v6...v6.1.0

v6.0.0

What's Changed

Full Changelog: actions/cache@v5...v6.0.0

v5.1.0

What's Changed

Full Changelog: actions/cache@v5...v5.1.0

Changelog

Sourced from actions/cache/save's changelog.

Releases

How to prepare a release

[!NOTE] Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

6.1.0

6.0.0

  • Updated @actions/cache to ^6.0.1, @actions/core to ^3.0.1, @actions/exec to ^3.0.0, @actions/io to ^3.0.2
  • Migrated to ESM module system
  • Upgraded Jest to v30 and test infrastructure to be ESM compatible

5.0.4

  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • Bump fast-xml-parser to v5.5.6

5.0.3

5.0.2

... (truncated)

Commits
  • 55cc834 Merge pull request #1768 from jasongin/readonly-cache
  • d8cd72f Bump @​actions/cache to v6.1.0 - handle cache write error due to RO token
  • 2c8a9bd Merge pull request #1760 from actions/samirat/esm_migration_and_package_update
  • e9b91fd Prettier fixes
  • e4884b8 Rebuild dist
  • 10baf01 Fixed licenses
  • e39b386 Fix test mock return order
  • b692820 PR feedback
  • 6074912 Rebuild dist bundles as ESM to match type:module
  • 5a912e8 Fix lint and jest issues
  • Additional commits viewable in compare view

Updates taiki-e/install-action from 2.82.0 to 2.82.5

Release notes

Sourced from taiki-e/install-action's releases.

2.82.5

  • Update wasmtime@latest to 46.0.1.

  • Update wasm-bindgen@latest to 0.2.126.

  • Update vacuum@latest to 0.29.6.

  • Update mise@latest to 2026.6.14.

  • Update cargo-rdme@latest to 2.1.0.

2.82.4

  • Update uv@latest to 0.11.24.

  • Update mise@latest to 2026.6.13.

  • Update just@latest to 1.54.0.

  • Update biome@latest to 2.5.1.

2.82.3

  • Update zizmor@latest to 1.26.1.

  • Update wasmtime@latest to 46.0.0.

  • Update tombi@latest to 1.1.5.

  • Update mise@latest to 2026.6.12.

  • Update kingfisher@latest to 1.104.0.

  • Update cargo-tarpaulin@latest to 0.35.5.

  • Update cargo-nextest@latest to 0.9.138.

  • Update cargo-crap@latest to 0.3.0.

  • Update cargo-binstall@latest to 1.20.1.

  • Update cargo-rdme@latest to 2.0.1.

2.82.2

  • Update xh@latest to 0.26.1.

  • Update uv@latest to 0.11.23.

  • Update trivy@latest to 0.71.2.

  • Update sccache@latest to 0.16.0.

... (truncated)

Changelog

Sourced from taiki-e/install-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[Unreleased]

[2.82.7] - 2026-06-30

  • Update tombi@latest to 1.1.6.

  • Update kingfisher@latest to 1.105.0.

  • Update gungraun-runner@latest to 0.19.3.

  • Update editorconfig-checker@latest to 3.8.0.

  • Update dprint@latest to 0.55.1.

  • Update cargo-tarpaulin@latest to 0.36.0.

[2.82.6] - 2026-06-29

  • Update vacuum@latest to 0.29.7.

  • Update uv@latest to 0.11.25.

  • Update syft@latest to 1.46.0.

  • Update dprint@latest to 0.55.0.

  • Update cargo-auditable@latest to 0.7.5.

[2.82.5] - 2026-06-26

  • Update wasmtime@latest to 46.0.1.

  • Update wasm-bindgen@latest to 0.2.126.

  • Update vacuum@latest to 0.29.6.

  • Update mise@latest to 2026.6.14.

  • Update cargo-rdme@latest to 2.1.0.

... (truncated)

Commits
  • bffeee2 Release 2.82.5
  • 5bafa69 ci: Test GitHub-hosted ubuntu 26.04 runners
  • e7b7497 Update wasmtime manifest
  • e983898 Update wasmtime@latest to 46.0.1
  • 0cd6687 Update wasm-bindgen@latest to 0.2.126
  • 151275d Update vacuum@latest to 0.29.6
  • 1a104bf Update syft manifest
  • edab3a3 Update mise@latest to 2026.6.14
  • 46c1ccf Update cargo-rdme@latest to 2.1.0
  • 682e7d9 Release 2.82.4
  • Additional commits viewable in compare view

Updates actions/cache from 5.0.5 to 6.1.0

Release notes

Sourced from actions/cache's releases.

v6.1.0

What's Changed

Full Changelog: actions/cache@v6...v6.1.0

v6.0.0

What's Changed

Full Changelog: actions/cache@v5...v6.0.0

v5.1.0

What's Changed

Full Changelog: actions/cache@v5...v5.1.0

Changelog

Sourced from actions/cache's changelog.

Releases

How to prepare a release

[!NOTE] Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

6.1.0

6.0.0

  • Updated @actions/cache to ^6.0.1, @actions/core to ^3.0.1, @actions/exec to ^3.0.0, @actions/io to ^3.0.2
  • Migrated to ESM module system
  • Upgraded Jest to v30 and test infrastructure to be ESM compatible

5.0.4

  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • Bump fast-xml-parser to v5.5.6

5.0.3

5.0.2

... (truncated)

Commits
  • 55cc834 Merge pull request #1768 from jasongin/readonly-cache
  • d8cd72f Bump @​actions/cache to v6.1.0 - handle cache write error due to RO token
  • 2c8a9bd Merge pull request #1760 from actions/samirat/esm_migration_and_package_update
  • e9b91fd Prettier fixes
  • e4884b8 Rebuild dist
  • 10baf01 Fixed licenses
  • e39b386 Fix test mock return order
  • b692820 PR feedback
  • 6074912 Rebuild dist bundles as ESM to match type:module
  • 5a912e8 Fix lint and jest issues
  • Additional commits viewable in compare view

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 softprops/action-gh-release from 3.0.0 to 3.0.1

Release notes

Sourced from softprops/action-gh-release's releases.

v3.0.1

3.0.1

  • maintenance release with updated dependencies
Changelog

Sourced from softprops/action-gh-release's changelog.

3.0.1

  • maintenance release with updated dependencies

3.0.0

3.0.0 is a major release that moves the action runtime from Node 20 to Node 24. Use v3 on GitHub-hosted runners and self-hosted fleets that already support the Node 24 Actions runtime. If you still need the last Node 20-compatible line, stay on v2.6.2.

What's Changed

Other Changes 🔄

  • Move the action runtime and bundle target to Node 24
  • Update @types/node to the Node 24 line and allow future Dependabot updates
  • Keep the floating major tag on v3; v2 remains pinned to the latest 2.x release

2.6.2

What's Changed

Other Changes 🔄

2.6.1

2.6.1 is a patch release focused on restoring linked discussion thread creation when discussion_category_name is set. It fixes [#764](https://github.com/softprops/action-gh-release/issues/764), where the draft-first publish flow stopped carrying the discussion category through the final publish step.

If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.

What's Changed

Bug fixes 🐛

2.6.0

2.6.0 is a minor release centered on previous_tag support for generate_release_notes, which lets workflows pin GitHub's comparison base explicitly instead of relying on the default range. It also includes the recent concurrent asset upload recovery fix, a working_directory docs sync, a checked-bundle freshness guard for maintainers, and clearer immutable-prerelease guidance where GitHub platform behavior imposes constraints on how prerelease asset uploads can be published.

... (truncated)

Commits
  • 718ea10 release 3.0.1
  • f1a938b chore(deps): bump esbuild from 0.28.0 to 0.28.1 (#802)
  • 0066ead chore(deps): bump vite from 8.0.14 to 8.0.16 (#806)
  • dc643ca chore(deps): bump the npm group with 3 updates (#805)
  • 85ee99b chore(deps): bump actions/checkout in the github-actions group (#804)
  • 9ed3cf9 chore(deps): bump the npm group with 2 updates (#800)
  • 3efcac8 chore(deps): bump the npm group with 3 updates (#798)
  • 05d6b91 chore(deps): bump brace-expansion from 5.0.5 to 5.0.6 (#797)
  • 403a524 chore(deps): bump @​types/node from 24.12.2 to 24.12.3 in the npm group (#796)
  • 437e073 chore(deps): bump the npm group with 4 updates (#792)
  • Additional commits viewable in compare view

Updates warpdotdev/oz-agent-action from 1.0.19 to 1.0.21

Release notes

Sourced from warpdotdev/oz-agent-action's releases.

v1.0.21

What's Changed

  • feat: expose cloud and host in reusable workflows (#34) (1922f22)

Full Changelog: warpdotdev/oz-agent-action@v1.0.20...v1.0.21

v1.0.20

What's Changed

  • Bump vite in the npm_and_yarn group across 1 directory (#27) (9b98ba4)

Full Changelog: warpdotdev/oz-agent-action@v1.0.19...v1.0.20

Commits
  • 1922f22 feat: expose cloud and host in reusable workflows (#34)
  • 9b98ba4 Bump vite in the npm_and_yarn group across 1 directory (#27)
  • See full diff in compare view

Updates cbrgm/mastodon-github-action from 2.2.1 to 2.2.2

Release notes

Sourced from cbrgm/mastodon-github-action's releases.

v2.2.2

What's Changed

Full Changelog: cbrgm/mastodon-github-action@v2...v2.2.2

Commits

Updates zizmorcore/zizmor-action from 0.5.6 to 0.5.7

Release notes

Sourced from zizmorcore/zizmor-action's releases.

v0.5.7

1.26.1 is now available via the action 1.26.1 is now the default version of zizmor used by the action

Commits
  • 192e21d Sync zizmor versions (#127)
  • 2720f26 Update README.md with new actions/checkout version (#126)
  • 40b41b8 chore(deps): bump the github-actions group with 2 updates (#123)
  • a687b25 chore(deps): bump github/codeql-action from 4.35.5 to 4.36.0 in the github-ac...
  • 64a6900 add note to explain that the default value for online-checks is different t...
  • 14050ab chore(deps): bump the github-actions group with 2 updates (#118)
  • ee9b419 chore(deps): bump github/codeql-action in the github-actions group (#116)
  • fddf2b4 Bump pins in README (#115)
  • See full diff 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

… updates

Bumps the github-actions group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `6.0.3` | `7.0.0` |
| [bencherdev/bencher](https://github.com/bencherdev/bencher) | `0.6.7` | `0.6.8` |
| [actions/cache/restore](https://github.com/actions/cache) | `5.0.5` | `6.1.0` |
| [actions/cache/save](https://github.com/actions/cache) | `5.0.5` | `6.1.0` |
| [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.82.0` | `2.82.5` |
| [actions/cache](https://github.com/actions/cache) | `5.0.5` | `6.1.0` |
| [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) | `4.1.0` | `4.1.1` |
| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `3.0.0` | `3.0.1` |
| [warpdotdev/oz-agent-action](https://github.com/warpdotdev/oz-agent-action) | `1.0.19` | `1.0.21` |
| [cbrgm/mastodon-github-action](https://github.com/cbrgm/mastodon-github-action) | `2.2.1` | `2.2.2` |
| [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) | `0.5.6` | `0.5.7` |



Updates `actions/checkout` from 6.0.3 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@v6.0.3...9c091bb)

Updates `bencherdev/bencher` from 0.6.7 to 0.6.8
- [Release notes](https://github.com/bencherdev/bencher/releases)
- [Commits](bencherdev/bencher@ec56bb6...5f9d4cf)

Updates `actions/cache/restore` from 5.0.5 to 6.1.0
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@27d5ce7...55cc834)

Updates `actions/cache/save` from 5.0.5 to 6.1.0
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@27d5ce7...55cc834)

Updates `taiki-e/install-action` from 2.82.0 to 2.82.5
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@b8cecb8...bffeee2)

Updates `actions/cache` from 5.0.5 to 6.1.0
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@27d5ce7...55cc834)

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 `softprops/action-gh-release` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@b430933...718ea10)

Updates `warpdotdev/oz-agent-action` from 1.0.19 to 1.0.21
- [Release notes](https://github.com/warpdotdev/oz-agent-action/releases)
- [Commits](warpdotdev/oz-agent-action@501d24f...1922f22)

Updates `cbrgm/mastodon-github-action` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/cbrgm/mastodon-github-action/releases)
- [Commits](cbrgm/mastodon-github-action@244bbe7...ac2d8e8)

Updates `zizmorcore/zizmor-action` from 0.5.6 to 0.5.7
- [Release notes](https://github.com/zizmorcore/zizmor-action/releases)
- [Commits](zizmorcore/zizmor-action@5f14fd0...192e21d)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: bencherdev/bencher
  dependency-version: 0.6.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/cache/restore
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/cache/save
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: taiki-e/install-action
  dependency-version: 2.82.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/cache
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/attest-build-provenance
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: softprops/action-gh-release
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: warpdotdev/oz-agent-action
  dependency-version: 1.0.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: cbrgm/mastodon-github-action
  dependency-version: 2.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: zizmorcore/zizmor-action
  dependency-version: 0.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 3, 2026
@dependabot
dependabot Bot requested a review from zkochan as a code owner July 3, 2026 11:54
@dependabot dependabot Bot added github_actions Pull requests that update GitHub Actions code dependencies Pull requests that update a dependency file labels Jul 3, 2026
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Micro-Benchmark Results

Linux

group                          main                                   pr
-----                          ----                                   --
tarball/download_dependency    1.00      6.7±0.32ms   645.6 KB/sec    1.00      6.7±0.40ms   644.6 KB/sec

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Integrated-Benchmark Report (Linux)

Commit: 537fa5af20bc

Each scenario reports direct installs and pnpr installs. Bencher consumes pacquet@HEAD and pnpr@HEAD.

Scenario: Isolated linker: fresh restore, cold cache + cold store

Command Mean [s] Min [s] Max [s] Relative
pacquet@HEAD 4.020 ± 0.113 3.873 4.207 1.88 ± 0.09
pacquet@main 4.029 ± 0.166 3.842 4.397 1.89 ± 0.11
pnpr@HEAD 2.184 ± 0.130 2.036 2.358 1.02 ± 0.07
pnpr@main 2.133 ± 0.087 2.026 2.321 1.00
BENCHMARK_REPORT.json
{
  "results": [
    {
      "command": "pacquet@HEAD",
      "mean": 4.01971047804,
      "stddev": 0.11305507472303154,
      "median": 3.9942011828399995,
      "user": 3.930480039999999,
      "system": 3.49733194,
      "min": 3.8726809018400004,
      "max": 4.2074267258399995,
      "times": [
        4.006745769839999,
        4.14563424084,
        4.034639202839999,
        3.92052991584,
        4.14589870884,
        3.90692949184,
        3.98165659584,
        4.2074267258399995,
        3.8726809018400004,
        3.9749632268400004
      ]
    },
    {
      "command": "pacquet@main",
      "mean": 4.02917948184,
      "stddev": 0.16556514724957283,
      "median": 3.95289610634,
      "user": 3.9129380400000002,
      "system": 3.4624029400000005,
      "min": 3.84167527984,
      "max": 4.396814754839999,
      "times": [
        4.396814754839999,
        3.9273772938400002,
        3.94061142484,
        3.91936774284,
        3.84167527984,
        3.96518078784,
        3.92361751984,
        4.10700163484,
        4.100408562839999,
        4.16973981684
      ]
    },
    {
      "command": "pnpr@HEAD",
      "mean": 2.18439655144,
      "stddev": 0.13025498951269263,
      "median": 2.12370768784,
      "user": 2.7231754399999994,
      "system": 3.0294183400000003,
      "min": 2.03585080784,
      "max": 2.35779455184,
      "times": [
        2.29625285884,
        2.09732785484,
        2.0789289228400003,
        2.31430552184,
        2.03585080784,
        2.07577414484,
        2.0825757668400002,
        2.35779455184,
        2.15008752084,
        2.35506756384
      ]
    },
    {
      "command": "pnpr@main",
      "mean": 2.13298633934,
      "stddev": 0.08717374292518422,
      "median": 2.1084149548399997,
      "user": 2.72818154,
      "system": 3.06373504,
      "min": 2.0263398498400003,
      "max": 2.32087202784,
      "times": [
        2.0769941588400003,
        2.08901868584,
        2.13038017984,
        2.22804685084,
        2.06605148584,
        2.32087202784,
        2.11636759184,
        2.10046231784,
        2.0263398498400003,
        2.17533024484
      ]
    }
  ]
}

Scenario: Isolated linker: fresh restore, hot cache + hot store

Command Mean [ms] Min [ms] Max [ms] Relative
pacquet@HEAD 667.3 ± 15.3 640.8 682.8 1.02 ± 0.08
pacquet@main 654.5 ± 50.1 622.5 792.6 1.00
pnpr@HEAD 706.8 ± 16.3 690.9 736.5 1.08 ± 0.09
pnpr@main 730.9 ± 62.4 689.3 895.9 1.12 ± 0.13
BENCHMARK_REPORT.json
{
  "results": [
    {
      "command": "pacquet@HEAD",
      "mean": 0.66725360038,
      "stddev": 0.015348580255519904,
      "median": 0.6728243600800001,
      "user": 0.39293274,
      "system": 1.35093684,
      "min": 0.6407819060800001,
      "max": 0.6827861160800001,
      "times": [
        0.6752794090800001,
        0.6524094970800001,
        0.64600049908,
        0.6816576320800001,
        0.67569133908,
        0.6796185730800001,
        0.66794172108,
        0.6827861160800001,
        0.6703693110800001,
        0.6407819060800001
      ]
    },
    {
      "command": "pacquet@main",
      "mean": 0.65451146458,
      "stddev": 0.05012977055783169,
      "median": 0.64255892008,
      "user": 0.38728784000000005,
      "system": 1.33653344,
      "min": 0.62250202208,
      "max": 0.79256455108,
      "times": [
        0.6298973760800001,
        0.6472578840800001,
        0.64123420608,
        0.62716957608,
        0.6657749660800001,
        0.64388363408,
        0.64538305608,
        0.62250202208,
        0.6294473740800001,
        0.79256455108
      ]
    },
    {
      "command": "pnpr@HEAD",
      "mean": 0.7068056042800002,
      "stddev": 0.01631815960890633,
      "median": 0.69905095358,
      "user": 0.40987724,
      "system": 1.3638105399999998,
      "min": 0.6909212560800001,
      "max": 0.7364843830800001,
      "times": [
        0.7169877650800001,
        0.70978909808,
        0.69680586808,
        0.6936463540800001,
        0.69410143308,
        0.69917579208,
        0.6909212560800001,
        0.7364843830800001,
        0.73121797808,
        0.69892611508
      ]
    },
    {
      "command": "pnpr@main",
      "mean": 0.73090539788,
      "stddev": 0.062360876036021536,
      "median": 0.7037746625800001,
      "user": 0.42296084,
      "system": 1.3692633399999998,
      "min": 0.68930215608,
      "max": 0.89587338808,
      "times": [
        0.69918764408,
        0.74925611508,
        0.75700799608,
        0.68930215608,
        0.69709179308,
        0.7178646990800001,
        0.70701818108,
        0.89587338808,
        0.7005311440800001,
        0.69592086208
      ]
    }
  ]
}

Scenario: Isolated linker: fresh install, cold cache + cold store

Command Mean [s] Min [s] Max [s] Relative
pacquet@HEAD 4.288 ± 0.030 4.234 4.335 1.97 ± 0.08
pacquet@main 4.260 ± 0.050 4.165 4.330 1.96 ± 0.08
pnpr@HEAD 2.199 ± 0.156 1.991 2.449 1.01 ± 0.08
pnpr@main 2.179 ± 0.090 2.047 2.388 1.00
BENCHMARK_REPORT.json
{
  "results": [
    {
      "command": "pacquet@HEAD",
      "mean": 4.2877174369199995,
      "stddev": 0.030241956546828864,
      "median": 4.28768325592,
      "user": 3.8933240999999996,
      "system": 3.4411349600000003,
      "min": 4.23373042042,
      "max": 4.33516493342,
      "times": [
        4.23373042042,
        4.30253832642,
        4.33516493342,
        4.29515896842,
        4.32403478042,
        4.27464205642,
        4.28698882942,
        4.28837768242,
        4.28474545142,
        4.25179292042
      ]
    },
    {
      "command": "pacquet@main",
      "mean": 4.25987639732,
      "stddev": 0.05003227024552173,
      "median": 4.26085390842,
      "user": 3.8625288999999996,
      "system": 3.40770396,
      "min": 4.16478954942,
      "max": 4.33035625242,
      "times": [
        4.33035625242,
        4.30305639542,
        4.27851207742,
        4.23318138942,
        4.2126404194200004,
        4.26918706842,
        4.25252074842,
        4.16478954942,
        4.24107097642,
        4.31344909642
      ]
    },
    {
      "command": "pnpr@HEAD",
      "mean": 2.1987413597200005,
      "stddev": 0.15579070329858616,
      "median": 2.19658406242,
      "user": 2.5726272000000003,
      "system": 2.96534186,
      "min": 1.99095232742,
      "max": 2.44858272042,
      "times": [
        2.44858272042,
        2.27285562342,
        2.05050746542,
        2.07207670242,
        1.99095232742,
        2.38137585442,
        2.29962459542,
        2.07827018342,
        2.27166454142,
        2.12150358342
      ]
    },
    {
      "command": "pnpr@main",
      "mean": 2.17850354032,
      "stddev": 0.0901766051313238,
      "median": 2.16880171742,
      "user": 2.5541988,
      "system": 2.94226276,
      "min": 2.04725111342,
      "max": 2.38810282042,
      "times": [
        2.21361687542,
        2.17275738542,
        2.19119253042,
        2.14471291242,
        2.16484604942,
        2.13059668342,
        2.22369972642,
        2.04725111342,
        2.38810282042,
        2.10825930642
      ]
    }
  ]
}

Scenario: Isolated linker: fresh install, hot cache + hot store

Command Mean [s] Min [s] Max [s] Relative
pacquet@HEAD 1.387 ± 0.020 1.366 1.427 2.06 ± 0.06
pacquet@main 1.391 ± 0.040 1.353 1.497 2.06 ± 0.08
pnpr@HEAD 0.700 ± 0.077 0.665 0.917 1.04 ± 0.12
pnpr@main 0.674 ± 0.015 0.659 0.711 1.00
BENCHMARK_REPORT.json
{
  "results": [
    {
      "command": "pacquet@HEAD",
      "mean": 1.3874157300000003,
      "stddev": 0.019958188673392944,
      "median": 1.3846296989,
      "user": 1.3952226399999998,
      "system": 1.72551778,
      "min": 1.3656273689,
      "max": 1.4274117649000002,
      "times": [
        1.3661328649000002,
        1.4274117649000002,
        1.3967834009000002,
        1.3962915849000002,
        1.3781527649,
        1.3741119409,
        1.4067017119,
        1.3656273689,
        1.3718372649000001,
        1.3911066329000001
      ]
    },
    {
      "command": "pacquet@main",
      "mean": 1.3914998194,
      "stddev": 0.03980558963451772,
      "median": 1.3807991804,
      "user": 1.38779824,
      "system": 1.71292048,
      "min": 1.3532799929000001,
      "max": 1.4965967129000002,
      "times": [
        1.3744824169,
        1.4965967129000002,
        1.3745011359000001,
        1.3896319079000001,
        1.3996610089000001,
        1.3870972249,
        1.3717207499000001,
        1.3669412129,
        1.4010858309,
        1.3532799929000001
      ]
    },
    {
      "command": "pnpr@HEAD",
      "mean": 0.7001499949,
      "stddev": 0.07683334170843834,
      "median": 0.6745165744,
      "user": 0.35083084000000003,
      "system": 1.3217272800000002,
      "min": 0.6654198729,
      "max": 0.9174311119,
      "times": [
        0.6654198729,
        0.6673761919,
        0.6897655689,
        0.6737778489,
        0.9174311119,
        0.6917718409,
        0.6752552999,
        0.6776857109,
        0.6718726359,
        0.6711438669
      ]
    },
    {
      "command": "pnpr@main",
      "mean": 0.6739349645999999,
      "stddev": 0.015421358548478389,
      "median": 0.6701414029,
      "user": 0.34958074,
      "system": 1.3092466799999998,
      "min": 0.6586370449,
      "max": 0.7110039319,
      "times": [
        0.6745039069,
        0.6586370449,
        0.6637520219,
        0.6819324669,
        0.6721690769,
        0.6677194929,
        0.6681137289,
        0.7110039319,
        0.6591735859,
        0.6823443889
      ]
    }
  ]
}

Scenario: Isolated linker: fresh install, cold cache + hot store

Command Mean [s] Min [s] Max [s] Relative
pacquet@HEAD 3.015 ± 0.038 2.973 3.093 4.49 ± 0.13
pacquet@main 3.050 ± 0.066 2.985 3.223 4.54 ± 0.15
pnpr@HEAD 0.677 ± 0.014 0.664 0.706 1.01 ± 0.03
pnpr@main 0.672 ± 0.017 0.654 0.713 1.00
BENCHMARK_REPORT.json
{
  "results": [
    {
      "command": "pacquet@HEAD",
      "mean": 3.01454335974,
      "stddev": 0.03762967520175335,
      "median": 3.00863411214,
      "user": 1.8293400599999998,
      "system": 1.9756751000000001,
      "min": 2.97266792464,
      "max": 3.09311918664,
      "times": [
        2.9904886626400002,
        3.02925914264,
        3.04991229064,
        2.97640380764,
        2.99542869364,
        3.0218395306400003,
        3.02834726164,
        3.09311918664,
        2.97266792464,
        2.9879670966400003
      ]
    },
    {
      "command": "pacquet@main",
      "mean": 3.04961053574,
      "stddev": 0.06639912528840805,
      "median": 3.0403240346400002,
      "user": 1.82720546,
      "system": 1.9915132,
      "min": 2.9847337196400003,
      "max": 3.22261738164,
      "times": [
        3.0175282716400003,
        3.04744145664,
        2.99408942164,
        3.0711770026400003,
        2.9847337196400003,
        3.02242032464,
        3.03790953264,
        3.22261738164,
        3.04273853664,
        3.05544970964
      ]
    },
    {
      "command": "pnpr@HEAD",
      "mean": 0.67733962294,
      "stddev": 0.014214722478330647,
      "median": 0.67062354214,
      "user": 0.34744176,
      "system": 1.3163472999999999,
      "min": 0.66434421464,
      "max": 0.70609371464,
      "times": [
        0.68471253464,
        0.70609371464,
        0.69442361864,
        0.6657196736400001,
        0.6683232906400001,
        0.6656706466400001,
        0.66931218764,
        0.66434421464,
        0.6719348966400001,
        0.68286145164
      ]
    },
    {
      "command": "pnpr@main",
      "mean": 0.6718333518399999,
      "stddev": 0.017032252813587816,
      "median": 0.66764429564,
      "user": 0.34386286,
      "system": 1.2970444,
      "min": 0.6543175036400001,
      "max": 0.71277398964,
      "times": [
        0.6720832106400001,
        0.66320538064,
        0.66140777864,
        0.67580975564,
        0.6768100986400001,
        0.6543175036400001,
        0.66126127164,
        0.6583346426400001,
        0.71277398964,
        0.68232988664
      ]
    }
  ]
}

Scenario: Isolated linker: fresh restore, cold cache + cold store + cold pnpr

Command Mean [s] Min [s] Max [s] Relative
pacquet@HEAD 6.911 ± 0.166 6.692 7.170 1.40 ± 0.04
pacquet@main 6.846 ± 0.154 6.665 7.133 1.38 ± 0.04
pnpr@HEAD 4.998 ± 0.120 4.883 5.218 1.01 ± 0.03
pnpr@main 4.946 ± 0.083 4.855 5.128 1.00
BENCHMARK_REPORT.json
{
  "results": [
    {
      "command": "pacquet@HEAD",
      "mean": 6.910570706600001,
      "stddev": 0.16615655588139291,
      "median": 6.8670868073,
      "user": 4.096962959999999,
      "system": 3.7807037,
      "min": 6.6923953498,
      "max": 7.1700160038,
      "times": [
        6.7853687778000005,
        7.1502559758,
        6.8763015068,
        6.8234013438000005,
        6.747790981800001,
        6.6923953498,
        7.1700160038,
        7.0558230078,
        6.8578721078000004,
        6.9464820108000005
      ]
    },
    {
      "command": "pacquet@main",
      "mean": 6.845808333399999,
      "stddev": 0.15411819208952188,
      "median": 6.7978983828,
      "user": 4.113421260000001,
      "system": 3.7960941,
      "min": 6.6649559598,
      "max": 7.1328204008,
      "times": [
        6.7253572848,
        7.0581248898,
        6.7948295698,
        6.7268238758,
        7.1328204008,
        6.7367423008000005,
        6.9248663338,
        6.6649559598,
        6.8009671958,
        6.8925955228
      ]
    },
    {
      "command": "pnpr@HEAD",
      "mean": 4.997874164,
      "stddev": 0.1203874484398732,
      "median": 4.9502910873,
      "user": 2.8280986599999993,
      "system": 3.2848128,
      "min": 4.8825499628,
      "max": 5.2175275078,
      "times": [
        4.9546114538,
        5.0504574518,
        4.9116285388000005,
        5.2175275078,
        4.8825499628,
        4.9297010988,
        5.1901067258,
        4.9459707208,
        4.8865920528,
        5.0095961268
      ]
    },
    {
      "command": "pnpr@main",
      "mean": 4.946299483100001,
      "stddev": 0.08330173439076217,
      "median": 4.9359252493,
      "user": 2.8396852599999995,
      "system": 3.274589399999999,
      "min": 4.8551818858,
      "max": 5.1283762358,
      "times": [
        4.8551818858,
        4.989038845800001,
        4.8912133168,
        4.9670308658,
        4.9313234978,
        4.8748192328,
        5.1283762358,
        4.9405270008,
        5.0145576468,
        4.8709263028
      ]
    }
  ]
}

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

🐰 Bencher Report

Branchpr/12785
Testbedpacquet
Click to view all benchmark results
BenchmarkLatencyBenchmark Result
milliseconds (ms)
(Result Δ%)
Upper Boundary
milliseconds (ms)
(Limit %)
isolated-linker.fresh-install.cold-cache.cold-store📈 view plot
🚷 view threshold
4,287.72 ms
(-4.63%)Baseline: 4,495.78 ms
5,394.94 ms
(79.48%)
isolated-linker.fresh-install.cold-cache.hot-store📈 view plot
🚷 view threshold
3,014.54 ms
(-1.49%)Baseline: 3,060.01 ms
3,672.01 ms
(82.10%)
isolated-linker.fresh-install.hot-cache.hot-store📈 view plot
🚷 view threshold
1,387.42 ms
(+1.72%)Baseline: 1,363.93 ms
1,636.72 ms
(84.77%)
isolated-linker.fresh-restore.cold-cache.cold-store📈 view plot
🚷 view threshold
4,019.71 ms
(-8.26%)Baseline: 4,381.46 ms
5,257.75 ms
(76.45%)
isolated-linker.fresh-restore.cold-cache.cold-store.cold-pnpr📈 view plot
🚷 view threshold
6,910.57 ms
(-2.25%)Baseline: 7,069.38 ms
8,483.25 ms
(81.46%)
isolated-linker.fresh-restore.hot-cache.hot-store📈 view plot
🚷 view threshold
667.25 ms
(+6.01%)Baseline: 629.45 ms
755.34 ms
(88.34%)
🐰 View full continuous benchmarking report in Bencher

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

🐰 Bencher Report

Branchpr/12785
Testbedpnpr

⚠️ WARNING: No Threshold found!

Without a Threshold, no Alerts will ever be generated.

Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the --ci-only-thresholds flag.

Click to view all benchmark results
BenchmarkLatencymilliseconds (ms)
isolated-linker.fresh-install.cold-cache.cold-store📈 view plot
⚠️ NO THRESHOLD
2,198.74 ms
isolated-linker.fresh-install.cold-cache.hot-store📈 view plot
⚠️ NO THRESHOLD
677.34 ms
isolated-linker.fresh-install.hot-cache.hot-store📈 view plot
⚠️ NO THRESHOLD
700.15 ms
isolated-linker.fresh-restore.cold-cache.cold-store📈 view plot
⚠️ NO THRESHOLD
2,184.40 ms
isolated-linker.fresh-restore.cold-cache.cold-store.cold-pnpr📈 view plot
⚠️ NO THRESHOLD
4,997.87 ms
isolated-linker.fresh-restore.hot-cache.hot-store📈 view plot
⚠️ NO THRESHOLD
706.81 ms
🐰 View full continuous benchmarking report in Bencher

@zkochan
zkochan merged commit fd20a6e into main Jul 7, 2026
33 checks passed
@zkochan
zkochan deleted the dependabot/github_actions/github-actions-8ee19c861e branch July 7, 2026 23:12
KSXGitHub pushed a commit that referenced this pull request Jul 8, 2026
Brings in the pkg command (#12795), recursive project listing
(#12848), the Pkg command_name match fix (#12850), and
the github-actions dependency bump (#12785).

No conflicts. main's changes are the pkg/list CLI commands and CI
workflows, disjoint from the login/auth-commands work; the shared
command-registry files (cli_args, cli_command, dispatch, dispatch_query,
switch_cli_version) merged cleanly with both the login and the pkg/list
entries.
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 state: automerge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant