Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps the github-actions group with 2 updates: miniscruff/changie-action and actions/setup-go.

Updates miniscruff/changie-action from 2.0.0 to 2.1.0

Release notes

Sourced from miniscruff/changie-action's releases.

v2.1.0 on 2025-09-06

Added

  • #209 Workdir argument to customize directory before running commands

Changed

  • #303 Args is now optional, not specifying args will just install changie to the path
Changelog

Sourced from miniscruff/changie-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

v2.1.0 on 2025-09-06

Added

  • #209 Workdir argument to customize directory before running commands

Changed

  • #303 Args is now optional, not specifying args will just install changie to the path

v2.0.0 on 2023-09-16

Changed

  • #182 Upgrade to Node v20 for action runtime

v1.0.1 on 2023-02-04

Fixed

  • #82 Remove requirement for github token when fetching latest version

v1.0.0 on 2023-01-26

No new features or changes, moving to v1 as the project is being used and it should be stable enough.

v0.2.0 on 2022-10-24

Changed

  • Set output to the result of running the changie command

v0.1.0 on 2022-10-22

Added

  • Basic support for running changie commands

v0.0.1 on 2022-10-22

  • Initial Test Release
Commits
  • 5036dff support install only and custom work dir (#302)
  • a6093f5 Bump the node-deps group with 3 updates (#299)
  • a78ca2b Bump the node-deps group with 3 updates (#298)
  • 07f1ae3 Bump actions/checkout from 4 to 5 in the action-deps group (#297)
  • 2c1effc Bump the node-deps group with 3 updates (#296)
  • fc96aa3 Bump the node-deps group with 8 updates (#295)
  • 983f75a Bump the node-deps group across 1 directory with 8 updates (#293)
  • 59c7589 Bump the node-deps group with 6 updates (#290)
  • e9b8ae5 Bump the node-deps group with 8 updates (#289)
  • 25e3d52 Bump the node-deps group with 6 updates (#288)
  • Additional commits viewable in compare view

Updates actions/setup-go from 5.5.0 to 6.0.0

Release notes

Sourced from actions/setup-go's releases.

v6.0.0

What's Changed

Breaking Changes

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

Full Changelog: actions/setup-go@v5...v6.0.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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 8, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 8, 2025 09:09
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 8, 2025
Bumps the github-actions group with 2 updates: [miniscruff/changie-action](https://github.com/miniscruff/changie-action) and [actions/setup-go](https://github.com/actions/setup-go).


Updates `miniscruff/changie-action` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/miniscruff/changie-action/releases)
- [Changelog](https://github.com/miniscruff/changie-action/blob/main/CHANGELOG.md)
- [Commits](miniscruff/changie-action@6dcc253...5036dff)

Updates `actions/setup-go` from 5.5.0 to 6.0.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@d35c59a...4469467)

---
updated-dependencies:
- dependency-name: miniscruff/changie-action
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/setup-go
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@stephybun stephybun force-pushed the dependabot/github_actions/github-actions-940fe8f201 branch from 882d34c to 0e172a3 Compare September 10, 2025 12:01
@stephybun stephybun force-pushed the dependabot/github_actions/github-actions-940fe8f201 branch from 0e172a3 to 0028da9 Compare September 10, 2025 12:03
Copy link
Member

@austinvalle austinvalle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some thoughts!

Since we're just upgrading the Go version here, we should also:

  • Bump the tools Go module
  • Add a changelog, since this is a Go module and our next release would require Go 1.24 to be used

Reference for the last time we bumped this module -> #1114

go.mod Outdated
go 1.23.0

toolchain go1.23.7
go 1.24.4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unless Go's dependency chain logic has changed, this should be 1.24.0, so that the next version of terraform-plugin-framework works with all patch versions of 1.24.x, instead of just 1.24.4 and latest. The toolchain can be the latest at the moment, since it just affects our development environment.

The go get command is a little finicky with this, so you kind of have to coerce it to have the correct versions:

# Allow all patch versions of 1.24
go get [email protected]
go mod tidy
go fix ./...

cd tools
# Not externally consumed, can just use latest
go get [email protected]
go mod tidy

This was a lesson we learned recently when Go introduced the new toolchain directive: #1042


For any executables or modules not consumed externally (like the tools module, providers, plugin-docs), we can just do the latest Go version.

@stephybun stephybun force-pushed the dependabot/github_actions/github-actions-940fe8f201 branch from b24c00e to 5ef1a9d Compare September 10, 2025 14:40
Comment on lines +3 to +5
go 1.24.0

toolchain go1.24.4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar comment to hashicorp/terraform-plugin-go#556 (comment), but not a blocker 👍🏻

@stephybun stephybun merged commit 2607d45 into main Sep 11, 2025
42 checks passed
@stephybun stephybun deleted the dependabot/github_actions/github-actions-940fe8f201 branch September 11, 2025 06:47
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 11, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

2 participants