Skip to content

chore: bump the action-dependencies-version group across 6 directories with 9 updates#8835

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/action-dependencies-version-b461e8b11e
Open

chore: bump the action-dependencies-version group across 6 directories with 9 updates#8835
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/action-dependencies-version-b461e8b11e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the action-dependencies-version group with 6 updates in the / directory:

Package From To
autofix-ci/action 1.3.3 1.3.4
actions/cache 5.0.4 5.0.5
actions/upload-pages-artifact 4 5
actions/dependency-review-action 4.9.0 5.0.0
release-drafter/release-drafter 7.1.1 7.3.0
actions/create-github-app-token 3.0.0 3.2.0

Bumps the action-dependencies-version group with 1 update in the /.github/actions/build directory: actions/cache.
Bumps the action-dependencies-version group with 1 update in the /.github/actions/build-for-integrations directory: actions/cache.
Bumps the action-dependencies-version group with 2 updates in the /.github/actions/pr directory: peter-evans/create-pull-request and actions/create-github-app-token.
Bumps the action-dependencies-version group with 2 updates in the /.github/actions/setup-node directory: pnpm/action-setup and actions/setup-node.
Bumps the action-dependencies-version group with 1 update in the /.github/actions/smoke-test directory: actions/cache.

Updates autofix-ci/action from 1.3.3 to 1.3.4

Release notes

Sourced from autofix-ci/action's releases.

autofix-ci/action 1.3.4

What's Changed

  • Update action to use Node 24

Full Changelog: autofix-ci/action@v1...v1.3.4

Commits

Updates actions/cache from 5.0.4 to 5.0.5

Release notes

Sourced from actions/cache's releases.

v5.0.5

What's Changed

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

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

Commits

Updates actions/upload-pages-artifact from 4 to 5

Release notes

Sourced from actions/upload-pages-artifact's releases.

v5.0.0

Changelog

See details of all code changes since previous release.

Commits

Updates actions/dependency-review-action from 4.9.0 to 5.0.0

Release notes

Sourced from actions/dependency-review-action's releases.

5.0.0

This is a new major version of the Dependency Review Action which updates the runtime to node24. This requires a minimum Actions Runner version v2.327.1 to run.

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.9.0...v5.0.0

Commits
  • a1d282b Merge pull request #1098 from actions/ahpook/v5-release
  • eb6c199 update examples to show @​v5
  • 3943c2c v5.0.0 release branch
  • 454943c Merge pull request #1094 from actions/ashelytc/security-findings
  • 6d92a12 revert @​typescript-eslint/parser update
  • a8e5a7e Merge pull request #1076 from tspascoal/fix-version-matching-for-non-string-s...
  • b6b7079 update @​typescript-eslint/parser to 8.40.0
  • 821a21d update more dependencies
  • 05aaaae run npm audit fix
  • 55d3e75 Merge pull request #1077 from Marukome0743/docs/checkout
  • Additional commits viewable in compare view

Updates release-drafter/release-drafter from 7.1.1 to 7.3.0

Release notes

Sourced from release-drafter/release-drafter's releases.

v7.3.0

What's Changed

New

  • feat: recover recently merged PRs missed by associated PRs lag (#1604) @​jetersen
  • feat: switch release discovery to ref comparison and explicit missing-baseline warnings (#1570) @​jetersen

Bug Fixes

Maintenance

Dependency Updates

Full Changelog: release-drafter/release-drafter@v7.2.1...v7.3.0

v7.2.1

What's Changed

Bug Fixes

  • fix: initial-commits-since in config not overwritten by input (#1593) @​sroebert
  • fix: clarify prerelease-identifier behavior and precedence in configuration (#1594) @​neilime

Maintenance

Full Changelog: release-drafter/release-drafter@v7.2.0...v7.2.1

v7.2.0

What's Changed

New

Bug Fixes

... (truncated)

Commits
  • c2e2804 chore: release v7.3.0
  • 0c28acd feat: recover recently merged PRs missed by associated PRs lag (#1604)
  • 3052ee0 fix: restore prerelease-identifier on first run when no prior releases exist ...
  • 0503d11 ci: rebuild dist after codegen so generated PRs include bundle updates (#1605)
  • a553731 chore: update generated GraphQL types (#1600)
  • c5dd361 ci: add warning on automatic codegen PRs
  • 705c5af ci: add maintenance label to automated codegen updates
  • acfaf4f chore: clarify base repository pr filtering (#1599)
  • d181a5a fix: prevent using commitish like refs/pull (#1598)
  • f188d08 feat: switch release discovery to ref comparison and explicit missing-baselin...
  • Additional commits viewable in compare view

Updates actions/create-github-app-token from 3.0.0 to 3.2.0

Release notes

Sourced from actions/create-github-app-token's releases.

v3.2.0

3.2.0 (2026-05-12)

Features

  • add support for enterprise-level GitHub Apps (#263) (952a2a7)
  • support full repository names in repositories input (#372) (85eb8dd)

Bug Fixes

  • deps: bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependencies group (#364) (43e5c34)
  • validate private-key input (#376) (f24bbd8)

v3.1.1

3.1.1 (2026-04-11)

Bug Fixes

  • improve error message when app identifier is empty (#362) (07e2b76), closes #249

v3.1.0

3.1.0 (2026-04-11)

Bug Fixes

  • deps: bump p-retry from 7.1.1 to 8.0.0 (#357) (3bbe07d)

Features

Changelog

Sourced from actions/create-github-app-token's changelog.

Changelog

3.2.0 (2026-05-12)

Features

  • add support for enterprise-level GitHub Apps (#263) (952a2a7)
  • support full repository names in repositories input (#372) (85eb8dd)

Bug Fixes

  • deps: bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependencies group (#364) (43e5c34)
  • validate private-key input (#376) (f24bbd8)
Commits
  • bcd2ba4 chore(main): release 3.2.0 (#370)
  • f24bbd8 fix: validate private-key input (#376)
  • 363531b docs: capitalize Git as a proper noun in README (#374)
  • fd28011 docs: update procedure to configure Git (#287)
  • 85eb8dd feat: support full repository names in repositories input (#372)
  • c9aabb8 build(deps-dev): bump yaml from 2.8.3 to 2.8.4 in the development-dependencie...
  • e02e816 build(deps-dev): bump undici from 7.24.6 to 8.2.0 (#366)
  • 8d835bf build(deps-dev): bump esbuild from 0.27.4 to 0.28.0 in the development-depend...
  • 952a2a7 feat: add support for enterprise-level GitHub Apps (#263)
  • 43e5c34 fix(deps): bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependenc...
  • Additional commits viewable in compare view

Updates actions/cache from 5.0.4 to 5.0.5

Release notes

Sourced from actions/cache's releases.

v5.0.5

What's Changed

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

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

Commits

Updates actions/cache from 5.0.4 to 5.0.5

Release notes

Sourced from actions/cache's releases.

v5.0.5

What's Changed

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

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

Commits

Updates peter-evans/create-pull-request from 8.1.0 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

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)
  • See full diff in compare view

Updates actions/create-github-app-token from 3.0.0 to 3.2.0

Release notes

Sourced from actions/create-github-app-token's releases.

v3.2.0

3.2.0 (2026-05-12)

Features

  • add support for enterprise-level GitHub Apps (#263) (952a2a7)
  • support full repository names in repositories input (#372) (85eb8dd)

Bug Fixes

  • deps: bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependencies group (#364) (43e5c34)
  • validate private-key input (#376) (f24bbd8)

v3.1.1

3.1.1 (2026-04-11)

Bug Fixes

  • improve error message when app identifier is empty (#362) (07e2b76), closes #249

v3.1.0

3.1.0 (2026-04-11)

Bug Fixes

  • deps: bump p-retry from 7.1.1 to 8.0.0 (#357) (3bbe07d)

Features

Changelog

Sourced from actions/create-github-app-token's changelog.

Changelog

3.2.0 (2026-05-12)

Features

  • add support for enterprise-level GitHub Apps (#263) (952a2a7)
  • support full repository names in repositories input (#372) (85eb8dd)

Bug Fixes

  • deps: bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependencies group (#364) (43e5c34)
  • validate private-key input (#376) (f24bbd8)
Commits
  • bcd2ba4 chore(main): release 3.2.0 (#370)
  • f24bbd8 fix: validate private-key input (#376)
  • 363531b docs: capitalize Git as a proper noun in README (#374)
  • fd28011 docs: update procedure to configure Git (#287)
  • 85eb8dd feat: support full repository names in repositories input (#372)
  • c9aabb8 build(deps-dev): bump yaml from 2.8.3 to 2.8.4 in the development-dependencie...
  • e02e816 build(deps-dev): bump undici from 7.24.6 to 8.2.0 (#366)
  • 8d835bf build(deps-dev): bump esbuild from 0.27.4 to 0.28.0 in the development-depend...
  • 952a2a7 feat: add support for enterprise-level GitHub Apps (#263)
  • 43e5c34 fix(deps): bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependenc...
  • Additional commits viewable in compare view

Updates pnpm/action-setup from 5 to 6

Release notes

Sourced from pnpm/action-setup's releases.

v6.0.0

Added support for pnpm v11.

Commits
  • 0e279bb fix: update pnpm to 11.1.1 (#248)
  • 3e83581 fix: drop patchPnpmEnv so standalone+self-update works on Windows (#258)
  • 551b42e docs(README): fix cache_dependency_path type (#257)
  • 739bfe4 fix: self-update bootstrap to packageManager-pinned version (#233) (#256)
  • f61705d chore: add CODEOWNERS
  • 7a5507b fix: restore inputs from state in post (#255)
  • 1155470 fix: honor devEngines.packageManager.onFail=error (#252) (#254)
  • 91ab88e fix: bin_dest output points to self-updated pnpm, not bootstrap (#249)
  • e578e19 fix: update pnpm to 11.0.4
  • 8912a91 fix: append (not prepend) action node dir to PATH for npm bootstrap (#241)
  • Additional commits viewable in compare view

Updates actions/setup-node from 6.3.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

Commits

Updates actions/cache from 5.0.4 to 5.0.5

Release notes

Sourced from actions/cache's releases.

v5.0.5

What's Changed

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

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

Commits

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

…s with 9 updates

Bumps the action-dependencies-version group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [autofix-ci/action](https://github.com/autofix-ci/action) | `1.3.3` | `1.3.4` |
| [actions/cache](https://github.com/actions/cache) | `5.0.4` | `5.0.5` |
| [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `4` | `5` |
| [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.9.0` | `5.0.0` |
| [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) | `7.1.1` | `7.3.0` |
| [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `3.0.0` | `3.2.0` |

Bumps the action-dependencies-version group with 1 update in the /.github/actions/build directory: [actions/cache](https://github.com/actions/cache).
Bumps the action-dependencies-version group with 1 update in the /.github/actions/build-for-integrations directory: [actions/cache](https://github.com/actions/cache).
Bumps the action-dependencies-version group with 2 updates in the /.github/actions/pr directory: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) and [actions/create-github-app-token](https://github.com/actions/create-github-app-token).
Bumps the action-dependencies-version group with 2 updates in the /.github/actions/setup-node directory: [pnpm/action-setup](https://github.com/pnpm/action-setup) and [actions/setup-node](https://github.com/actions/setup-node).
Bumps the action-dependencies-version group with 1 update in the /.github/actions/smoke-test directory: [actions/cache](https://github.com/actions/cache).


Updates `autofix-ci/action` from 1.3.3 to 1.3.4
- [Release notes](https://github.com/autofix-ci/action/releases)
- [Commits](autofix-ci/action@7a166d7...c5b2d67)

Updates `actions/cache` from 5.0.4 to 5.0.5
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v5.0.4...v5.0.5)

Updates `actions/upload-pages-artifact` from 4 to 5
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](actions/upload-pages-artifact@v4...v5)

Updates `actions/dependency-review-action` from 4.9.0 to 5.0.0
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@2031cfc...a1d282b)

Updates `release-drafter/release-drafter` from 7.1.1 to 7.3.0
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@139054a...c2e2804)

Updates `actions/create-github-app-token` from 3.0.0 to 3.2.0
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md)
- [Commits](actions/create-github-app-token@f8d387b...bcd2ba4)

Updates `actions/cache` from 5.0.4 to 5.0.5
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v5.0.4...v5.0.5)

Updates `actions/cache` from 5.0.4 to 5.0.5
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v5.0.4...v5.0.5)

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

Updates `actions/create-github-app-token` from 3.0.0 to 3.2.0
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md)
- [Commits](actions/create-github-app-token@f8d387b...bcd2ba4)

Updates `pnpm/action-setup` from 5 to 6
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@v5...v6)

Updates `actions/setup-node` from 6.3.0 to 6.4.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v6.3.0...v6.4.0)

Updates `actions/cache` from 5.0.4 to 5.0.5
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v5.0.4...v5.0.5)

---
updated-dependencies:
- dependency-name: autofix-ci/action
  dependency-version: 1.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: action-dependencies-version
- dependency-name: actions/cache
  dependency-version: 5.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: action-dependencies-version
- dependency-name: actions/upload-pages-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: action-dependencies-version
- dependency-name: actions/dependency-review-action
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: action-dependencies-version
- dependency-name: release-drafter/release-drafter
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: action-dependencies-version
- dependency-name: actions/create-github-app-token
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: action-dependencies-version
- dependency-name: actions/cache
  dependency-version: 5.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: action-dependencies-version
- dependency-name: actions/cache
  dependency-version: 5.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: action-dependencies-version
- dependency-name: peter-evans/create-pull-request
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: action-dependencies-version
- dependency-name: actions/create-github-app-token
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: action-dependencies-version
- dependency-name: pnpm/action-setup
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: action-dependencies-version
- dependency-name: actions/setup-node
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: action-dependencies-version
- dependency-name: actions/cache
  dependency-version: 5.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: action-dependencies-version
...

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 13, 2026
@github-actions github-actions Bot added the chore label May 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Performance Report

Daily Performance
xychart-beta
    title Files Per Second by Day
    y-axis Files per Second
    x-axis Date [May-4, May-13]
    bar [186.25, 190.27]
    line [35.07, 33.41]
    line [140.01, 139.32]
    line [53.38, 56.54]
    line [38.18, 39.23]
    line [46.04, 61.51]
    line [71.11, 89.90]
    line [100.08, 80.31]
    line [81.26, 80.30]
    line [191.37, 193.30]
    line [166.55, 127.13]
    line [119.17, 126.24]
    line [17.95, 18.96]
    line [24.56, 26.93]
    line [24.93, 23.61]
    line [91.75, 89.57]
    line [102.79, 98.01]
    line [382.99, 359.26]
    line [158.32, 162.12]
    line [13.72, 15.20]
    line [6.46, 6.64]
    line [229.32, 293.95]
    line [189.78, 191.95]
    line [240.52, 319.99]
    line [37.38, 37.49]
    line [218.55, 213.82]
    line [127.00, 129.42]
    line [215.39, 205.74]
    line [226.51, 234.15]
    line [353.58, 369.03]
    line [160.29, 159.91]
    line [213.17, 215.59]
    line [129.13, 128.12]
    line [94.12, 98.31]
    line [138.03, 141.94]
    line [213.15, 220.04]
    line [84.38, 80.05]
    line [321.24, 330.13]
    line [41.81, 43.68]
    line [126.81, 120.42]
    line [144.52, 125.10]
    line [263.11, 316.36]
    line [172.93, 172.52]
    line [258.73, 280.13]
    line [97.37, 110.63]
    line [263.28, 248.34]
    line [403.25, 513.68]
    line [209.84, 211.92]
    line [222.86, 230.02]
    line [193.68, 196.56]
    line [170.59, 170.47]
Loading
Time to Process Files
Repository Elapsed Min/Avg/Max SD SD Graph
AdaDoom3/AdaDoom3 2.75 2.8 / 2.8 / 2.8 0.00 ``
alexiosc/megistos 7.28 6.9 / 6.9 / 6.9 0.00 ``
apollographql/apollo-server 2.60 2.5 / 2.5 / 2.5 0.00 ``
aspnetboilerplate/aspnetboilerplate 9.21 8.7 / 8.7 / 8.7 0.00 ``
aws-amplify/docs 12.64 13.1 / 13.1 / 13.1 0.00 ``
Azure/azure-rest-api-specs 8.90 9.6 / 9.6 / 9.6 0.00 ``
bitjson/typescript-starter 1.05 1.1 / 1.1 / 1.1 0.00 ``
caddyserver/caddy 3.47 3.4 / 3.4 / 3.4 0.00 ``
canada-ca/open-source-logiciel-libre 1.05 1.1 / 1.1 / 1.1 0.00 ``
chef/chef 4.68 4.8 / 4.8 / 4.8 0.00 ``
dart-lang/sdk 57.83 58.7 / 58.7 / 58.7 0.00 ``
django/django 13.71 13.8 / 13.8 / 13.8 0.00 ``
eslint/eslint 9.59 9.7 / 9.7 / 9.7 0.00 ``
exonum/exonum 3.33 3.5 / 3.5 / 3.5 0.00 ``
flutter/samples 13.55 11.7 / 11.7 / 11.7 0.00 ``
gitbucket/gitbucket 3.26 2.5 / 2.5 / 2.5 0.00 ``
googleapis/google-cloud-cpp 122.76 122.7 / 122.7 / 122.7 0.00 ``
graphql/express-graphql 1.10 1.0 / 1.0 / 1.0 0.00 ``
graphql/graphql-js 2.66 2.6 / 2.6 / 2.6 0.00 ``
graphql/graphql-relay-js 1.04 1.1 / 1.1 / 1.1 0.00 ``
graphql/graphql-spec 1.25 1.4 / 1.4 / 1.4 0.00 ``
iluwatar/java-design-patterns 11.95 11.9 / 11.9 / 11.9 0.00 ``
ktaranov/sqlserver-kit 6.10 6.0 / 6.0 / 6.0 0.00 ``
liriliri/licia 4.00 3.8 / 3.8 / 3.8 0.00 ``
MartinThoma/LaTeX-examples 4.79 6.1 / 6.1 / 6.1 0.00 ``
mdx-js/mdx 1.74 1.4 / 1.4 / 1.4 0.00 ``
microsoft/TypeScript-Website 5.39 5.5 / 5.5 / 5.5 0.00 ``
MicrosoftDocs/PowerShell-Docs 24.39 24.2 / 24.2 / 24.2 0.00 ``
neovim/nvim-lspconfig 5.33 5.3 / 5.3 / 5.3 0.00 ``
pagekit/pagekit 3.60 3.4 / 3.4 / 3.4 0.00 ``
php/php-src 23.29 24.3 / 24.3 / 24.3 0.00 ``
plasticrake/tplink-smarthome-api 1.42 1.5 / 1.5 / 1.5 0.00 ``
prettier/prettier 7.25 7.6 / 7.6 / 7.6 0.00 ``
pycontribs/jira 1.41 1.5 / 1.5 / 1.5 0.00 ``
RustPython/RustPython 6.54 6.2 / 6.2 / 6.2 0.00 ``
shoelace-style/shoelace 2.71 2.8 / 2.8 / 2.8 0.00 ``
slint-ui/slint 13.83 13.5 / 13.5 / 13.5 0.00 ``
SoftwareBrothers/admin-bro 2.28 2.3 / 2.3 / 2.3 0.00 ``
sveltejs/svelte 17.02 21.7 / 21.7 / 21.7 0.00 ``
TheAlgorithms/Python 4.45 5.3 / 5.3 / 5.3 0.00 ``
twbs/bootstrap 1.31 1.7 / 1.7 / 1.7 0.00 ``
typescript-cheatsheets/react 1.35 1.4 / 1.4 / 1.4 0.00 ``
typescript-eslint/typescript-eslint 4.01 4.1 / 4.1 / 4.1 0.00 ``
vitest-dev/vitest 8.32 11.1 / 11.1 / 11.1 0.00 ``
w3c/aria-practices 3.20 3.3 / 3.3 / 3.3 0.00 ``
w3c/specberus 1.78 2.0 / 2.0 / 2.0 0.00 ``
webdeveric/webpack-assets-manifest 0.89 1.2 / 1.2 / 1.2 0.00 ``
webpack/webpack 5.03 5.2 / 5.2 / 5.2 0.00 ``
wireapp/wire-desktop 1.35 1.3 / 1.3 / 1.3 0.00 ``
wireapp/wire-webapp 11.60 11.7 / 11.7 / 11.7 0.00 ``

Note:

  • Elapsed time is in seconds.
Files per Second over Time
Repository Files Sec Fps Rel Trend Fps N
AdaDoom3/AdaDoom3 103 2.75 37.49 0.28% ██ 1
alexiosc/megistos 583 7.28 80.05 -5.13% █▄ 1
apollographql/apollo-server 255 2.60 98.01 -4.66% █▅ 1
aspnetboilerplate/aspnetboilerplate 2286 9.21 248.34 -5.67% █▄ 1
aws-amplify/docs 2959 12.64 234.15 3.37% ▆█ 1
Azure/azure-rest-api-specs 2493 8.90 280.13 8.27% ▅█ 1
bitjson/typescript-starter 20 1.05 18.96 5.63% ▅█ 1
caddyserver/caddy 311 3.47 89.57 -2.38% █▆ 1
canada-ca/open-source-logiciel-libre 7 1.05 6.64 2.77% ▆█ 1
chef/chef 1030 4.68 220.04 3.23% ▆█ 1
dart-lang/sdk 11367 57.83 196.56 1.49% ▇█ 1
django/django 2906 13.71 211.92 0.99% ▇█ 1
eslint/eslint 2068 9.59 215.59 1.13% ▇█ 1
exonum/exonum 421 3.33 126.24 5.93% ▅█ 1
flutter/samples 1695 13.55 125.10 -13.44% 1
gitbucket/gitbucket 415 3.26 127.13 -23.67% 1
googleapis/google-cloud-cpp 20926 122.76 170.47 -0.07% ██ 1
graphql/express-graphql 26 1.10 23.61 -5.27% █▄ 1
graphql/graphql-js 371 2.66 139.32 -0.49% ██ 1
graphql/graphql-relay-js 28 1.04 26.93 9.62% ▄█ 1
graphql/graphql-spec 19 1.25 15.20 10.78% ▄█ 1
iluwatar/java-design-patterns 2061 11.95 172.52 -0.24% ██ 1
ktaranov/sqlserver-kit 490 6.10 80.30 -1.18% █▇ 1
liriliri/licia 1437 4.00 359.26 -6.20% █▃ 1
MartinThoma/LaTeX-examples 1409 4.79 293.95 28.18% ▂█ 1
mdx-js/mdx 140 1.74 80.31 -19.75% 1
microsoft/TypeScript-Website 765 5.39 141.94 2.84% ▆█ 1
MicrosoftDocs/PowerShell-Docs 3125 24.39 128.12 -0.78% ██ 1
neovim/nvim-lspconfig 853 5.33 159.91 -0.24% ██ 1
pagekit/pagekit 741 3.60 205.74 -4.48% █▅ 1
php/php-src 2290 23.29 98.31 4.46% ▆█ 1
plasticrake/tplink-smarthome-api 62 1.42 43.68 4.47% ▆█ 1
prettier/prettier 2674 7.25 369.03 4.37% ▆█ 1
pycontribs/jira 80 1.41 56.54 5.92% ▅█ 1
RustPython/RustPython 788 6.54 120.42 -5.04% █▄ 1
shoelace-style/shoelace 440 2.71 162.12 2.40% ▇█ 1
slint-ui/slint 2957 13.83 213.82 -2.17% █▆ 1
SoftwareBrothers/admin-bro 441 2.28 193.30 1.01% ▇█ 1
sveltejs/svelte 8742 17.02 513.68 27.38% ▃█ 1
TheAlgorithms/Python 1407 4.45 316.36 20.24% ▃█ 1
twbs/bootstrap 118 1.31 89.90 26.42% ▃█ 1
typescript-cheatsheets/react 53 1.35 39.23 2.75% ▆█ 1
typescript-eslint/typescript-eslint 1323 4.01 330.13 2.77% ▆█ 1
vitest-dev/vitest 2661 8.32 319.99 33.04% ▂█ 1
w3c/aria-practices 414 3.20 129.42 1.91% ▇█ 1
w3c/specberus 197 1.78 110.63 13.62% ▄█ 1
webdeveric/webpack-assets-manifest 55 0.89 61.51 33.59% ▂█ 1
webpack/webpack 1158 5.03 230.02 3.21% ▆█ 1
wireapp/wire-desktop 45 1.35 33.41 -4.73% █▅ 1
wireapp/wire-webapp 2226 11.60 191.95 1.15% ▇█ 1
Data Throughput
Repository Files Sec Kps Rel Trend Kps N
AdaDoom3/AdaDoom3 103 2.75 796.70 0.28% ██ 1
alexiosc/megistos 583 7.28 629.00 -5.13% █▄ 1
apollographql/apollo-server 255 2.60 809.43 -4.66% █▅ 1
aspnetboilerplate/aspnetboilerplate 2286 9.21 604.22 -5.67% █▄ 1
aws-amplify/docs 2959 12.64 845.58 3.37% ▆█ 1
Azure/azure-rest-api-specs 2493 8.90 836.58 8.27% ▅█ 1
bitjson/typescript-starter 20 1.05 75.84 5.63% ▅█ 1
caddyserver/caddy 311 3.47 801.78 -2.38% █▆ 1
canada-ca/open-source-logiciel-libre 7 1.05 55.03 2.77% ▆█ 1
chef/chef 1030 4.68 1074.55 3.23% ▆█ 1
dart-lang/sdk 11367 57.83 1342.41 1.49% ▇█ 1
django/django 2906 13.71 1349.57 0.99% ▇█ 1
eslint/eslint 2068 9.59 1499.44 1.13% ▇█ 1
exonum/exonum 421 3.33 1207.53 5.93% ▅█ 1
flutter/samples 1695 13.55 748.75 -13.44% 1
gitbucket/gitbucket 415 3.26 589.68 -23.67% 1
googleapis/google-cloud-cpp 20926 122.76 1454.81 -0.07% ██ 1
graphql/express-graphql 26 1.10 108.07 -5.27% █▄ 1
graphql/graphql-js 371 2.66 825.39 -0.49% ██ 1
graphql/graphql-relay-js 28 1.04 105.78 9.62% ▄█ 1
graphql/graphql-spec 19 1.25 507.11 10.78% ▄█ 1
iluwatar/java-design-patterns 2061 11.95 531.78 -0.24% ██ 1
ktaranov/sqlserver-kit 490 6.10 1216.50 -1.18% █▇ 1
liriliri/licia 1437 4.00 428.01 -6.20% █▃ 1
MartinThoma/LaTeX-examples 1409 4.79 607.10 28.18% ▂█ 1
mdx-js/mdx 140 1.74 376.33 -19.75% 1
microsoft/TypeScript-Website 765 5.39 977.66 2.84% ▆█ 1
MicrosoftDocs/PowerShell-Docs 3125 24.39 1366.76 -0.78% ██ 1
neovim/nvim-lspconfig 853 5.33 466.60 -0.24% ██ 1
pagekit/pagekit 741 3.60 428.97 -4.48% █▅ 1
php/php-src 2290 23.29 1728.05 4.46% ▆█ 1
plasticrake/tplink-smarthome-api 62 1.42 236.03 4.47% ▆█ 1
prettier/prettier 2674 7.25 506.76 4.37% ▆█ 1
pycontribs/jira 80 1.41 399.34 5.92% ▅█ 1
RustPython/RustPython 788 6.54 1921.70 -5.04% █▄ 1
shoelace-style/shoelace 440 2.71 782.61 2.40% ▇█ 1
slint-ui/slint 2957 13.83 1333.80 -2.17% █▆ 1
SoftwareBrothers/admin-bro 441 2.28 426.06 1.01% ▇█ 1
sveltejs/svelte 8742 17.02 348.56 27.38% ▃█ 1
TheAlgorithms/Python 1407 4.45 807.89 20.24% ▃█ 1
twbs/bootstrap 118 1.31 738.27 26.42% ▃█ 1
typescript-cheatsheets/react 53 1.35 290.91 2.75% ▆█ 1
typescript-eslint/typescript-eslint 1323 4.01 1785.41 2.77% ▆█ 1
vitest-dev/vitest 2661 8.32 1010.58 33.04% ▂█ 1
w3c/aria-practices 414 3.20 1209.17 1.91% ▇█ 1
w3c/specberus 197 1.78 362.23 13.62% ▄█ 1
webdeveric/webpack-assets-manifest 55 0.89 140.90 33.59% ▂█ 1
webpack/webpack 1158 5.03 1120.69 3.21% ▆█ 1
wireapp/wire-desktop 45 1.35 147.01 -4.73% █▅ 1
wireapp/wire-webapp 2226 11.60 790.58 1.15% ▇█ 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore 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.

0 participants