Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2026

Bumps the github-actions-dependencies group with 1 update in the / directory: actions/checkout.
Bumps the github-actions-dependencies group with 2 updates in the /actions/docker/build-image directory: int128/docker-build-cache-config-action and actions/cache.
Bumps the github-actions-dependencies group with 3 updates in the /actions/helm/generate-docs directory: actions/cache, losisin/helm-docs-github-action and losisin/helm-values-schema-json-action.
Bumps the github-actions-dependencies group with 1 update in the /actions/helm/test-chart directory: actions/setup-python.

Updates actions/checkout from 6.0.1 to 6.0.2

Release notes

Sourced from actions/checkout's releases.

v6.0.2

What's Changed

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

Changelog

Sourced from actions/checkout's changelog.

Changelog

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

v4.2.0

v4.1.7

v4.1.6

... (truncated)

Commits
  • de0fac2 Fix tag handling: preserve annotations and explicit fetch-tags (#2356)
  • 064fe7f Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...
  • See full diff in compare view

Updates int128/docker-build-cache-config-action from 1.42.0 to 1.44.0

Release notes

Sourced from int128/docker-build-cache-config-action's releases.

v1.44.0

What's Changed

Full Changelog: int128/docker-build-cache-config-action@v1.43.0...v1.44.0

v1.43.0

What's Changed

Full Changelog: int128/docker-build-cache-config-action@v1.42.0...v1.43.0

Commits

Updates actions/cache from 5.0.1 to 5.0.2

Release notes

Sourced from actions/cache's releases.

v.5.0.2

v5.0.2

What's Changed

When creating cache entries, 429s returned from the cache service will not be retried.

Changelog

Sourced from actions/cache's changelog.

Releases

Changelog

5.0.2

  • Bump @actions/cache to v5.0.3 #1692

5.0.1

  • Update @azure/storage-blob to ^12.29.1 via @actions/cache@5.0.1 #1685

5.0.0

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

4.3.0

  • Bump @actions/cache to v4.1.0

4.2.4

  • Bump @actions/cache to v4.0.5

4.2.3

  • Bump @actions/cache to v4.0.3 (obfuscates SAS token in debug logs for cache entries)

4.2.2

  • Bump @actions/cache to v4.0.2

4.2.1

  • Bump @actions/cache to v4.0.1

4.2.0

TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

... (truncated)

Commits

Updates actions/cache from 5.0.1 to 5.0.2

Release notes

Sourced from actions/cache's releases.

v.5.0.2

v5.0.2

What's Changed

When creating cache entries, 429s returned from the cache service will not be retried.

Changelog

Sourced from actions/cache's changelog.

Releases

Changelog

5.0.2

  • Bump @actions/cache to v5.0.3 #1692

5.0.1

  • Update @azure/storage-blob to ^12.29.1 via @actions/cache@5.0.1 #1685

5.0.0

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

4.3.0

  • Bump @actions/cache to v4.1.0

4.2.4

  • Bump @actions/cache to v4.0.5

4.2.3

  • Bump @actions/cache to v4.0.3 (obfuscates SAS token in debug logs for cache entries)

4.2.2

  • Bump @actions/cache to v4.0.2

4.2.1

  • Bump @actions/cache to v4.0.1

4.2.0

TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

... (truncated)

Commits

Updates losisin/helm-docs-github-action from 1.6.2 to 1.7.1

Release notes

Sourced from losisin/helm-docs-github-action's releases.

v1.7.1

What's Changed

New Contributors

Full Changelog: losisin/helm-docs-github-action@v1...v1.7.1

v1.7.0

What's Changed

Full Changelog: losisin/helm-docs-github-action@v1...v1.7.0

Commits
  • 6f95757 Merge pull request #366 from losisin/chore/update-license
  • 7359bf8 chore: update license
  • 0e99fdd Merge pull request #365 from losisin/dependabot/npm_and_yarn/actions/tool-cac...
  • b25d018 new dist file
  • 6adc410 chore(deps): Bump @​actions/tool-cache from 2.0.2 to 3.0.0
  • abc1374 Merge pull request #364 from mipo256/patch-1
  • 96dc1a8 Introduced an input for helm-docs version in action.yaml
  • 7f13f1a Merge pull request #363 from losisin/chore/update-packages
  • ca419e5 upgrade minor
  • a620faa chore: upgrade packages major version
  • Additional commits viewable in compare view

Updates losisin/helm-values-schema-json-action from 2.3.2 to 2.4.1

Release notes

Sourced from losisin/helm-values-schema-json-action's releases.

v2.4.1

What's Changed

New Contributors

Full Changelog: losisin/helm-values-schema-json-action@v2...v2.4.1

v2.4.0

What's Changed

Full Changelog: losisin/helm-values-schema-json-action@v2...v2.4.0

Commits
  • b0c5e68 Merge pull request #410 from losisin/chore/update-license
  • 57af139 chore: update license
  • af1ea4a Merge pull request #409 from losisin/dependabot/npm_and_yarn/actions/tool-cac...
  • 8b8f5cb new dist file
  • 6c0f042 Merge branch 'main' into dependabot/npm_and_yarn/actions/tool-cache-3.0.0
  • 8e417ee Merge pull request #408 from mipo256/main
  • e87a1b1 Accounted for empty values option
  • 1e22d73 build(deps): bump @​actions/tool-cache from 2.0.2 to 3.0.0
  • b8221c7 Merge pull request #407 from losisin/chore/update-packages
  • 01a7c1d fix schema
  • Additional commits viewable in compare view

Updates actions/setup-python from 6.1.0 to 6.2.0

Release notes

Sourced from actions/setup-python's releases.

v6.2.0

What's Changed

Dependency Upgrades

Full Changelog: actions/setup-python@v6...v6.2.0

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

…ctories with 6 updates

Bumps the github-actions-dependencies group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout).
Bumps the github-actions-dependencies group with 2 updates in the /actions/docker/build-image directory: [int128/docker-build-cache-config-action](https://github.com/int128/docker-build-cache-config-action) and [actions/cache](https://github.com/actions/cache).
Bumps the github-actions-dependencies group with 3 updates in the /actions/helm/generate-docs directory: [actions/cache](https://github.com/actions/cache), [losisin/helm-docs-github-action](https://github.com/losisin/helm-docs-github-action) and [losisin/helm-values-schema-json-action](https://github.com/losisin/helm-values-schema-json-action).
Bumps the github-actions-dependencies group with 1 update in the /actions/helm/test-chart directory: [actions/setup-python](https://github.com/actions/setup-python).


Updates `actions/checkout` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@8e8c483...de0fac2)

Updates `int128/docker-build-cache-config-action` from 1.42.0 to 1.44.0
- [Release notes](https://github.com/int128/docker-build-cache-config-action/releases)
- [Commits](int128/docker-build-cache-config-action@113b5dc...6f35e56)

Updates `actions/cache` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@9255dc7...8b402f5)

Updates `actions/cache` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@9255dc7...8b402f5)

Updates `losisin/helm-docs-github-action` from 1.6.2 to 1.7.1
- [Release notes](https://github.com/losisin/helm-docs-github-action/releases)
- [Commits](losisin/helm-docs-github-action@a57fae5...6f95757)

Updates `losisin/helm-values-schema-json-action` from 2.3.2 to 2.4.1
- [Release notes](https://github.com/losisin/helm-values-schema-json-action/releases)
- [Commits](losisin/helm-values-schema-json-action@f3517c5...b0c5e68)

Updates `actions/setup-python` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@83679a8...a309ff8)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: int128/docker-build-cache-config-action
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: actions/cache
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: actions/cache
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: losisin/helm-docs-github-action
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: losisin/helm-values-schema-json-action
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: actions/setup-python
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
...

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 Jan 23, 2026
@github-actions
Copy link
Contributor

Hi, thank you for creating your PR, we will check it out very soon

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

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant