Skip to content

chore(deps): bump the actions-deps group across 1 directory with 6 updates#7194

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-deps-2d1112a488
Open

chore(deps): bump the actions-deps group across 1 directory with 6 updates#7194
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-deps-2d1112a488

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions-deps group with 6 updates in the / directory:

Package From To
actions/checkout 6 7
actions/cache 5 6
snok/container-retention-policy 3.0.1 3.1.0
aws-actions/configure-aws-credentials 6.1.1 6.2.2
eviden-actions/get-playwright-version 1 2
zulip/github-actions-zulip 1 2

Updates actions/checkout from 6 to 7

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

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/cache from 5 to 6

Release notes

Sourced from actions/cache's releases.

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

v5.0.5

What's Changed

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

v5.0.4

What's Changed

New Contributors

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

v5.0.3

What's Changed

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

v.5.0.2

v5.0.2

What's Changed

... (truncated)

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 snok/container-retention-policy from 3.0.1 to 3.1.0

Release notes

Sourced from snok/container-retention-policy's releases.

v3.1.0

Features

Fixes

Misc

  • Updated all workflow versions
  • Updated dependencies and linters

Full Changelog: snok/container-retention-policy@v3.0.1...v3.1.0

Commits
  • d3bdcf5 chore(ci): Generate a unique image prefix per image
  • 71e22bd chore: Parallelize test runs
  • 7829d4c fix: Add CA certs to container
  • 323159e fix: Clear untagged candidates if we can't fetch all images due to rate-limits
  • 5dd3fdd fix: Clear all tagged and untagged candidates if client initiation fails
  • a05f900 fix: Make integration tests of older versions of the action run tagged-only s...
  • 830dbff fix: Correct tag selection
  • 1659258 fix: Make integration tests of older versions of the action run tagged-only s...
  • bd8b193 chore: Update reqwest and downgrade tracing-subscriber
  • 33fd2dd feat: Log which package versions were kept due to multi-arch
  • Additional commits viewable in compare view

Updates aws-actions/configure-aws-credentials from 6.1.1 to 6.2.2

Release notes

Sourced from aws-actions/configure-aws-credentials's releases.

v6.2.2

6.2.2 (2026-07-07)

Miscellaneous Chores

v6.2.1

6.2.1 (2026-06-26)

Bug Fixes

  • enforce allowed-account-ids on all auth paths (#1847) (4d281fb)

v6.2.0

6.2.0 (2026-06-01)

Features

Bug Fixes

  • skip credential check on output-env-credentials: false (#1778) (58e7c47)
  • assumeRole failing from session tag size too large (#1808) (d6f5dc3)

v6.1.3

6.1.3 (2026-05-27)

Bug Fixes

v6.1.2

6.1.2 (2026-05-26)

Bug Fixes

Changelog

Sourced from aws-actions/configure-aws-credentials's changelog.

6.2.2 (2026-07-07)

Miscellaneous Chores

6.2.1 (2026-06-26)

Bug Fixes

  • enforce allowed-account-ids on all auth paths (#1847) (4d281fb)

6.2.0 (2026-06-01)

Features

Bug Fixes

  • skip credential check on output-env-credentials: false (#1778) (58e7c47)
  • assumeRole failing from session tag size too large (#1808) (d6f5dc3)

6.1.3 (2026-05-28)

Bug Fixes

  • fix: allow kubelet token symlink in #1805

6.1.2 (2026-05-26)

Bug Fixes

Commits
  • 0ab47cb chore: release 6.2.2
  • 8efa52b chore(deps-dev): bump vitest dependencies (#1874)
  • 8e1eed5 chore(deps-dev): bump @​smithy/property-provider from 4.4.4 to 4.4.6 (#1869)
  • 112421a chore(deps-dev): bump @​biomejs/biome from 2.5.1 to 2.5.2 (#1868)
  • fbc01c6 chore(deps-dev): bump @​types/node from 26.0.1 to 26.1.0 (#1871)
  • b12ca87 chore(deps-dev): bump memfs from 4.57.8 to 4.58.0 (#1873)
  • d314f7f chore: Update dist
  • a53b65b chore(deps): bump @​aws-sdk/client-sts from 3.1076.0 to 3.1080.0 (#1867)
  • 338d2c1 chore(deps-dev): bump sigstore from 4.1.0 to 4.1.1 (#1864)
  • b940868 chore(deps-dev): bump @​sigstore/verify from 3.1.0 to 3.1.1 (#1863)
  • Additional commits viewable in compare view

Updates eviden-actions/get-playwright-version from 1 to 2

Release notes

Sourced from eviden-actions/get-playwright-version's releases.

v2.0.0

2.0.0 (2026-06-22)

⚠ BREAKING CHANGES

  • bump node version to 24

Features

v1.2.19

1.2.19 (2026-06-22)

Dependencies and Other Build Updates

  • deps: bump js-yaml from 4.2.0 to 5.0.0 (#110) (cbefe49)

v1.2.18

1.2.18 (2026-06-19)

Dependencies and Other Build Updates

  • deps: bump actions/checkout from 6 to 7 (#109) (a945177)

v1.2.17

1.2.17 (2026-06-10)

Dependencies and Other Build Updates

  • deps-dev: bump @​vercel/ncc from 0.38.4 to 0.44.0 (#106) (07ba9f2)
  • deps-dev: bump prettier from 3.8.3 to 3.8.4 (#107) (6f4a81d)
  • deps: bump semantic-release in the semantic-release group (#108) (5366318)

v1.2.16

1.2.16 (2026-06-03)

Dependencies and Other Build Updates

  • deps-dev: bump @​commitlint/cli in the commitlint group (#99) (bc2c2ad)
  • deps-dev: bump fast-uri from 3.1.0 to 3.1.2 (#101) (76c42b0)
  • deps-dev: bump the commitlint group with 2 updates (#100) (459192d)
  • deps-dev: bump the commitlint group with 2 updates (#102) (3ba968a)
  • deps-dev: bump the commitlint group with 2 updates (#103) (73a46d3)
  • deps-dev: bump the commitlint group with 2 updates (#104) (f9ec241)
  • deps: bump js-yaml from 4.1.1 to 4.2.0 (#105) (732a26b)

v1.2.15

1.2.15 (2026-04-21)

... (truncated)

Changelog

Sourced from eviden-actions/get-playwright-version's changelog.

2.0.2 (2026-06-29)

Dependencies and Other Build Updates

  • deps-dev: bump prettier from 3.8.4 to 3.9.1 (#114) (56aab7f)
  • deps-dev: bump the commitlint group with 2 updates (#113) (9a0a2bd)
  • deps: bump js-yaml from 5.1.0 to 5.2.0 (#115) (4dd6a78)

2.0.1 (2026-06-22)

Dependencies and Other Build Updates

  • deps: bump js-yaml from 5.0.0 to 5.1.0 (#112) (0981c65)

2.0.0 (2026-06-22)

⚠ BREAKING CHANGES

  • bump node version to 24

Features

1.2.19 (2026-06-22)

Dependencies and Other Build Updates

  • deps: bump js-yaml from 4.2.0 to 5.0.0 (#110) (cbefe49)
Commits
  • 9489d24 chore(release): 2.0.3 [skip ci]
  • 980f990 build(deps): bump js-yaml from 5.2.0 to 5.2.1 (#120)
  • adc1ce0 build(deps-dev): bump prettier from 3.9.3 to 3.9.4 (#119)
  • da595d8 build(deps-dev): bump the commitlint group with 2 updates (#118)
  • ce62cd2 build(deps-dev): bump @​vercel/ncc from 0.44.0 to 0.44.1 (#117)
  • 231a6ea build(deps-dev): bump prettier from 3.9.1 to 3.9.3 (#116)
  • fba64b8 chore(release): 2.0.2 [skip ci]
  • 4dd6a78 build(deps): bump js-yaml from 5.1.0 to 5.2.0 (#115)
  • 56aab7f build(deps-dev): bump prettier from 3.8.4 to 3.9.1 (#114)
  • 9a0a2bd build(deps-dev): bump the commitlint group with 2 updates (#113)
  • Additional commits viewable in compare view

Updates zulip/github-actions-zulip from 1 to 2

Release notes

Sourced from zulip/github-actions-zulip's releases.

v2.0.0

What's Changed

New Contributors

Full Changelog: zulip/github-actions-zulip@v1.0.2...v2.0.0

v1.0.2

What's Changed

New Contributors

Full Changelog: zulip/github-actions-zulip@v1.0.1...v1.0.2

v1.0.1: A maintenance release.

This tag is dedicated entirely to maintenance and contains no changes requiring user intervention:

  • Upgrade from NodeJS v12 (which is deprecated on GitHub Actions) to NodeJS v16.

  • Document the usage and recommendation of GitHub Actions Secrets for storing api-key arguments.

  • Upgrade @​vercel/ncc bundler to work around NodeJS v16 OpenSSL-related quirks.

  • Upgrade package-lock.json to v2 schema.

Changelog

Sourced from zulip/github-actions-zulip's changelog.

Commits
  • f675f2b Release v2.0.2.
  • 2126b4e Upgrade dependencies.
  • 03c1bf9 eslint: Run prettier separately.
  • bf35ec5 eslint: Fix arrow-body-style.
  • f624d60 eslint: Fix @​typescript-eslint/strict-boolean-expressions.
  • bd8ec52 Release v2.0.1.
  • 78d1446 Add missing tslib dependency.
  • 8f85235 Release v2.0.0.
  • 74e69e3 Upgrade dependencies.
  • 037b859 npmrc: Enable 7 day dependency cooldown.
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github actions PRs related to actions from GitHub workflows labels Jun 27, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github actions PRs related to actions from GitHub workflows labels Jun 27, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions-deps-2d1112a488 branch from 1c8f00b to 0a0ce5e Compare July 4, 2026 09:54
@noliveleger noliveleger removed their request for review July 9, 2026 12:21
…dates

Bumps the actions-deps group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `6` | `7` |
| [actions/cache](https://github.com/actions/cache) | `5` | `6` |
| [snok/container-retention-policy](https://github.com/snok/container-retention-policy) | `3.0.1` | `3.1.0` |
| [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `6.1.1` | `6.2.2` |
| [eviden-actions/get-playwright-version](https://github.com/eviden-actions/get-playwright-version) | `1` | `2` |
| [zulip/github-actions-zulip](https://github.com/zulip/github-actions-zulip) | `1` | `2` |



Updates `actions/checkout` from 6 to 7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6...v7)

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

Updates `snok/container-retention-policy` from 3.0.1 to 3.1.0
- [Release notes](https://github.com/snok/container-retention-policy/releases)
- [Commits](snok/container-retention-policy@v3.0.1...v3.1.0)

Updates `aws-actions/configure-aws-credentials` from 6.1.1 to 6.2.2
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@v6.1.1...6.2.2)

Updates `eviden-actions/get-playwright-version` from 1 to 2
- [Release notes](https://github.com/eviden-actions/get-playwright-version/releases)
- [Changelog](https://github.com/atos-actions/get-playwright-version/blob/main/CHANGELOG.md)
- [Commits](atos-actions/get-playwright-version@v1...v2)

Updates `zulip/github-actions-zulip` from 1 to 2
- [Release notes](https://github.com/zulip/github-actions-zulip/releases)
- [Changelog](https://github.com/zulip/github-actions-zulip/blob/main/CHANGELOG.md)
- [Commits](zulip/github-actions-zulip@v1...v2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-deps
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-deps
- dependency-name: aws-actions/configure-aws-credentials
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
- dependency-name: eviden-actions/get-playwright-version
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-deps
- dependency-name: snok/container-retention-policy
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
- dependency-name: zulip/github-actions-zulip
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions-deps-2d1112a488 branch from 0a0ce5e to bc448af Compare July 11, 2026 09:54
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 PRs related to actions from GitHub workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants