Skip to content

chore: bump the all group with 3 updates - #692

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/all-bdcd88644a
Closed

chore: bump the all group with 3 updates#692
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/all-bdcd88644a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the all group with 3 updates: actions/checkout, actions/setup-go and actions/labeler.

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

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.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

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

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/setup-go from 6 to 7

Release notes

Sourced from actions/setup-go's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/setup-go@v6...v7.0.0

v6.5.0

What's Changed

Dependency update

New Contributors

Full Changelog: actions/setup-go@v6...v6.5.0

v6.4.0

What's Changed

Enhancement

Dependency update

Documentation update

New Contributors

Full Changelog: actions/setup-go@v6...v6.4.0

v6.3.0

What's Changed

Full Changelog: actions/setup-go@v6...v6.3.0

v6.2.0

What's Changed

... (truncated)

Commits

Updates actions/labeler from 6 to 7

Release notes

Sourced from actions/labeler's releases.

v7.0.0

What's Changed

Enhancements:

Full Changelog: actions/labeler@v6...v7.0.0

v6.2.0

What's Changed

Bug Fix

Dependency Updates

Full Changelog: actions/labeler@v6.1.0...v6.2.0

v6.1.0

Enhancements

  • Add changed-files-labels-limit and max-files-changed configuration options to cap the number of labels added by @​bluca in actions/labeler#923

Bug Fixes

Dependency Updates

New Contributors

Full Changelog: actions/labeler@v6...v6.1.0

v6.0.1

What's Changed

New Contributors

Full Changelog: actions/labeler@v6.0.0...v6.0.1

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 all group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-go](https://github.com/actions/setup-go) and [actions/labeler](https://github.com/actions/labeler).


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/setup-go` from 6 to 7
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v6...v7)

Updates `actions/labeler` from 6 to 7
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: actions/setup-go
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: actions/labeler
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@jamiezieziula

Copy link
Copy Markdown
Contributor

TL;DR

⚠️ REVIEW NEEDED — All three are GitHub Actions major bumps (v6→v7); actions/checkout@v7 ships a breaking change that blocks fork-PR checkout for pull_request_target, which acceptance-tests.yaml relies on to test contributor PRs.

📋 Full Review

Changes

Dependency Old → New Type
actions/checkout 6 → 7 Major
actions/setup-go 6 → 7 Major
actions/labeler 6 → 7 Major

All changes are to GitHub Actions workflow files (.github/workflows/*.yaml). No Go module or provider code changes.

Key Updates

actions/checkout v7.0.0 (release notes)

  • Breaking: blocks checking out fork PRs for pull_request_target and workflow_run events by default (#2454, changelog blog). An opt-in allow-unsafe-pr-checkout input restores the old behavior.
  • Migrated to ESM; bumped @actions/core/@actions/tool-cache; various dependency updates. (v7.0.1 adds --unset value escaping and branch-trim fixes.)

actions/setup-go v7.0.0 (release notes)

  • Migrated to ESM and upgraded dependencies; bumped @actions/cache to 6.2.0. No functional/input changes.

actions/labeler v7.0.0 (release notes)

  • Sole change: migrate to ESM and update dependencies. No behavior/config changes.

CI Status

Mixed, no failures:

  • ✅ Passed: Acceptance Tests - OSS, Build and Test (macos/ubuntu/windows), Lint
  • ⏳ Pending: Acceptance Tests, Build Terraform Docs, label

This PR is a Dependabot same-repo branch (dependabot/github_actions/all-...), not a fork, so the checkout v7 fork-checkout block does not affect this PR's own CI run. The pending checks are therefore not a reliable signal for the fork-PR risk called out below.

Risk Assessment

Mediumsetup-go and labeler are ESM-only maintenance bumps with no input changes and are low risk. The concern is checkout@v7: acceptance-tests.yaml runs on pull_request_target and explicitly checks out the untrusted PR head (ref: ${{ github.event.pull_request.head.sha }}) to run acceptance tests against a contributor's code. Under v7 defaults, that checkout of a fork PR is now blocked, which would break acceptance testing for external contributor PRs unless allow-unsafe-pr-checkout: true is added to that step (or the workflow relies on the manual Acceptance Tests environment approval gate). This is the published Terraform provider, so verify contributor-PR acceptance tests still function before merging — either confirm the environment-approval gate is the intended safety boundary and add the opt-in input, or adjust the checkout pattern. The other two workflows using checkout (push-triggered, trusted refs) are unaffected.


Reviewed by Claude Code /review-deps skill

@dependabot @github

dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/github_actions/all-bdcd88644a branch August 4, 2026 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant