Skip to content

build(deps): bump the actions group across 1 directory with 3 updates#482

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions-5a30ed39ad
Closed

build(deps): bump the actions group across 1 directory with 3 updates#482
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions-5a30ed39ad

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the actions group with 3 updates in the / directory: fluxcd/flux2, goreleaser/goreleaser-action and azure/setup-kubectl.

Updates fluxcd/flux2 from 2.8.6 to 2.8.7

Release notes

Sourced from fluxcd/flux2's releases.

v2.8.7

Highlights

Flux v2.8.7 is a patch release that includes a bug fix in kustomize-controller, a CVE fix in source-controller and image-automation-controller via go-git v5.19.0, and dependency updates. 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 management of objects annotated with kustomize.toolkit.fluxcd.io/ssa: IfNotPresent where non-namespaced resources were being deleted and recreated on each reconciliation (kustomize-controller)

Improvements:

  • Update go-git to v5.19.0 which fixes CVE-2026-45022 (source-controller, image-automation-controller)
  • Update fluxcd/pkg dependencies (source-controller, kustomize-controller, image-automation-controller)

Components changelog

CLI changelog

Full Changelog: fluxcd/flux2@v2.8.6...v2.8.7

Commits
  • 54e4ba3 Merge pull request #5891 from fluxcd/update-components-release/v2.8.x
  • d2fbb16 Update toolkit components
  • 66533d7 Merge pull request #5882 from fluxcd/backport-5881-to-release/v2.8.x
  • 7ac3623 include source-watcher in install manifests
  • See full diff in compare view

Updates goreleaser/goreleaser-action from 7.2.1 to 7.2.2

Release notes

Sourced from goreleaser/goreleaser-action's releases.

v7.2.2

What's Changed

New Contributors

Full Changelog: goreleaser/goreleaser-action@v7...v7.2.2

Commits

Updates azure/setup-kubectl from 5.0.0 to 5.1.0

Release notes

Sourced from azure/setup-kubectl's releases.

v5.1.0

Changed

  • #243 Migrate to ESM with esbuild and vitest
    • Replaced @vercel/ncc with esbuild for ESM bundling
    • Replaced jest/ts-jest with vitest for testing
    • Upgraded @actions/core to ^3.0.0, @actions/exec to ^3.0.0, @actions/tool-cache to ^4.0.0
    • Updated tsconfig.json to NodeNext module resolution
  • Add npm run build step to CI unit-tests workflow

Security

Changelog

Sourced from azure/setup-kubectl's changelog.

Changelog

[5.1.0] - 2026-04-11

Changed

  • #243 Migrate to ESM with esbuild and vitest
    • Replaced @vercel/ncc with esbuild for ESM bundling
    • Replaced jest/ts-jest with vitest for testing
    • Upgraded @actions/core to ^3.0.0, @actions/exec to ^3.0.0, @actions/tool-cache to ^4.0.0
    • Updated tsconfig.json to NodeNext module resolution
  • Add npm run build step to CI unit-tests workflow

Security

[5.0.0] - 2026-03-25

Changed

Added

[4.0.1] - 2025-06-17

  • Remove erronious 'v' prefix on previous changelog for v4.0.0 that led to "vv4.0.0" tag issue
  • Dependabot fixes

[4.0.0] - 2024-01-30

Changed

  • #90 Migrate to node 20 as node 16 is deprecated
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

Bumps the actions group with 3 updates in the / directory: [fluxcd/flux2](https://github.com/fluxcd/flux2), [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) and [azure/setup-kubectl](https://github.com/azure/setup-kubectl).


Updates `fluxcd/flux2` from 2.8.6 to 2.8.7
- [Release notes](https://github.com/fluxcd/flux2/releases)
- [Commits](fluxcd/flux2@04acaec...54e4ba3)

Updates `goreleaser/goreleaser-action` from 7.2.1 to 7.2.2
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@1a80836...5daf1e9)

Updates `azure/setup-kubectl` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/azure/setup-kubectl/releases)
- [Changelog](https://github.com/Azure/setup-kubectl/blob/main/CHANGELOG.md)
- [Commits](Azure/setup-kubectl@15650b3...8293235)

---
updated-dependencies:
- dependency-name: fluxcd/flux2
  dependency-version: 2.8.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: goreleaser/goreleaser-action
  dependency-version: 7.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: azure/setup-kubectl
  dependency-version: 5.1.0
  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 May 20, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 20, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 20, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/actions-5a30ed39ad branch May 20, 2026 07:33
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