Skip to content

build(deps): bump the actions group with 3 updates - #512

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions-d9b78e4156
Open

build(deps): bump the actions group with 3 updates#512
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions-d9b78e4156

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the actions group with 3 updates: stefanprodan/timoni/actions/setup, fluxcd/flux2/action and docker/login-action.

Updates stefanprodan/timoni/actions/setup from 0.27.0 to 0.27.1

Release notes

Sourced from stefanprodan/timoni/actions/setup's releases.

v0.27.1

Timoni's CUE engine has been updated to v0.17.1. To support the development of Timoni going forward please consider becoming a sponsor on GitHub.

What's Changed

New Contributors

Full Changelog: stefanprodan/timoni@v0.27.0...v0.27.1

Commits
  • 1aded14 Merge pull request #559 from stefanprodan/cue-v0.17.1
  • 1c29c17 Update google.golang.org/grpc to v1.82.1
  • 6e372d6 Update dependencies to Kubernetes v1.36.3
  • e4b8e5b Update cuelang.org/go to v0.17.1
  • 8354003 Merge pull request #557 from stefanprodan/dependabot/github_actions/ci-8e3609...
  • 32e7fc2 Merge pull request #558 from till/fix-k8s-version
  • 3a96104 fix: bump defaultKubeVersion
  • 62d070e build(deps): bump the ci group across 1 directory with 5 updates
  • See full diff in compare view

Updates fluxcd/flux2/action from 2.9.2 to 2.9.3

Release notes

Sourced from fluxcd/flux2/action's releases.

v2.9.3

Highlights

Flux v2.9.3 is a patch release. It fixes empty lines vanishing from rendered Helm chart manifests, HelmReleases being marked as tested when their Helm test hooks never ran, and spec.images entries that set only some image fields discarding the remaining fields already declared for the same image in the kustomization.yaml. The latter affects both kustomize-controller and the flux build|diff kustomization commands. Users are encouraged to upgrade for the best experience.

ℹ️ Please follow the Upgrade Procedure for Flux v2.7+ for a smooth upgrade from Flux v2.6 to the latest version.

Fixes:

  • Fix empty lines vanishing from rendered chart manifests (helm-controller)
  • Fix HasBeenTested for all corner cases, where a release could be marked as tested although its Helm test hooks never ran (helm-controller)
  • Fix a spec.images entry setting only some of the image fields discarding the remaining fields already declared for the same image in the kustomization.yaml at spec.path, e.g. overriding only newName produced an untagged image reference (kustomize-controller, flux CLI)

Improvements:

  • Update fluxcd/pkg dependencies
  • Include source-watcher in the OCI flux-manifests artifact

Components changelog

CLI changelog

Full Changelog: fluxcd/flux2@v2.9.2...v2.9.3

Commits
  • 16602fa Merge pull request #6011 from fluxcd/update-components-release/v2.9.x
  • 62059b8 Update toolkit components
  • fe6d94c Merge pull request #6006 from fluxcd/update-pkg-deps/release/v2.9.x
  • 8d305b5 Update fluxcd/pkg dependencies
  • 282aee3 Merge pull request #5996 from fluxcd/backport-5995-to-release/v2.9.x
  • 9cd1567 Include source-watcher to oci flux-manifests
  • See full diff in compare view

Updates docker/login-action from 4.4.0 to 4.5.1

Release notes

Sourced from docker/login-action's releases.

v4.5.1

Full Changelog: docker/login-action@v4.5.0...v4.5.1

v4.5.0

Full Changelog: docker/login-action@v4.4.0...v4.5.0

Commits
  • abd2ef4 Merge pull request #1055 from crazy-max/test-registry-auth-oidc
  • d49d3a9 Merge pull request #1054 from crazy-max/oidc-missing-dhi
  • b58b17c test: cover Docker Hub OIDC with registry-auth
  • be646c2 chore: update generated content
  • d77c059 support dhi.io as Docker Hub OIDC registry
  • 06fb636 Merge pull request #1037 from docker/dependabot/npm_and_yarn/aws-sdk-dependen...
  • a8bc953 [dependabot skip] chore: update generated content
  • f54b901 build(deps): bump the aws-sdk-dependencies group across 1 directory with 2 up...
  • 77f18f6 Merge pull request #1049 from docker/dependabot/github_actions/codeql-actions...
  • ec0bf28 Merge pull request #1050 from docker/dependabot/npm_and_yarn/docker/actions-t...
  • Additional commits viewable 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

Bumps the actions group with 3 updates: [stefanprodan/timoni/actions/setup](https://github.com/stefanprodan/timoni), [fluxcd/flux2/action](https://github.com/fluxcd/flux2) and [docker/login-action](https://github.com/docker/login-action).


Updates `stefanprodan/timoni/actions/setup` from 0.27.0 to 0.27.1
- [Release notes](https://github.com/stefanprodan/timoni/releases)
- [Commits](stefanprodan/timoni@69e421a...1aded14)

Updates `fluxcd/flux2/action` from 2.9.2 to 2.9.3
- [Release notes](https://github.com/fluxcd/flux2/releases)
- [Commits](fluxcd/flux2@6a650db...16602fa)

Updates `docker/login-action` from 4.4.0 to 4.5.1
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@af1e73f...abd2ef4)

---
updated-dependencies:
- dependency-name: stefanprodan/timoni/actions/setup
  dependency-version: 0.27.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: fluxcd/flux2/action
  dependency-version: 2.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: docker/login-action
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

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 Jul 27, 2026
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.

0 participants