This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [opentofu/setup-opentofu](https://github.com/opentofu/setup-opentofu) | action | major | `v1` → `v2` |
---
### Release Notes
<details>
<summary>opentofu/setup-opentofu (opentofu/setup-opentofu)</summary>
### [`v2.0.2`](https://github.com/opentofu/setup-opentofu/releases/tag/v2.0.2)
[Compare Source](https://github.com/opentofu/setup-opentofu/compare/v2.0.1...v2.0.2)
##### What's Changed
- feat: verify download against published SHA256SUMS by default by [@​somaz94](https://github.com/somaz94) in [#​121](https://github.com/opentofu/setup-opentofu/pull/121)
##### New Contributors
- [@​somaz94](https://github.com/somaz94) made their first contribution in [#​121](https://github.com/opentofu/setup-opentofu/pull/121)
**Full Changelog**: <https://github.com/opentofu/setup-opentofu/compare/v2...v2.0.2>
### [`v2.0.1`](https://github.com/opentofu/setup-opentofu/releases/tag/v2.0.1)
[Compare Source](https://github.com/opentofu/setup-opentofu/compare/v2...v2.0.1)
##### What's Changed
- dependencies bump by [@​diofeher](https://github.com/diofeher) in [#​96](https://github.com/opentofu/setup-opentofu/pull/96)
- feat(error-handling): error notification for network failures by [@​hoivikaj](https://github.com/hoivikaj) in [#​94](https://github.com/opentofu/setup-opentofu/pull/94)
- Update README with latest action versions. by [@​ab](https://github.com/ab) in [#​99](https://github.com/opentofu/setup-opentofu/pull/99)
- chore(ci): dependabot actions ecosystem, conventional commits by [@​hoivikaj](https://github.com/hoivikaj) in [#​98](https://github.com/opentofu/setup-opentofu/pull/98)
- feat: added support for providing optional checksums for ZIP validation by [@​Snafuh](https://github.com/Snafuh) in [#​107](https://github.com/opentofu/setup-opentofu/pull/107)
- feat(acc): Add provider\_acceptance\_tests input for automated acceptance test setup by [@​hoivikaj](https://github.com/hoivikaj) in [#​97](https://github.com/opentofu/setup-opentofu/pull/97)
##### New Contributors
- [@​hoivikaj](https://github.com/hoivikaj) made their first contribution in [#​94](https://github.com/opentofu/setup-opentofu/pull/94)
- [@​ab](https://github.com/ab) made their first contribution in [#​99](https://github.com/opentofu/setup-opentofu/pull/99)
- [@​Snafuh](https://github.com/Snafuh) made their first contribution in [#​107](https://github.com/opentofu/setup-opentofu/pull/107)
**Full Changelog**: <https://github.com/opentofu/setup-opentofu/compare/v2...v2.0.1>
### [`v2.0.0`](https://github.com/opentofu/setup-opentofu/releases/tag/v2.0.0)
[Compare Source](https://github.com/opentofu/setup-opentofu/compare/v2...v2)
##### What's Changed
- Update Node.js runtime to 24 by [@​Yantrio](https://github.com/Yantrio) in [#​91](https://github.com/opentofu/setup-opentofu/pull/91)
##### New Contributors
- [@​Yantrio](https://github.com/Yantrio) made their first contribution in [#​91](https://github.com/opentofu/setup-opentofu/pull/91)
**Full Changelog**: <https://github.com/opentofu/setup-opentofu/compare/v1...v2.0.0>
### [`v2`](https://github.com/opentofu/setup-opentofu/compare/v1.0.8...v2)
[Compare Source](https://github.com/opentofu/setup-opentofu/compare/v1.0.8...v2)
### [`v1.0.8`](https://github.com/opentofu/setup-opentofu/releases/tag/v1.0.8)
[Compare Source](https://github.com/opentofu/setup-opentofu/compare/v1.0.7...v1.0.8)
##### What's Changed
- Add GitHub Actions tool cache support by [@​michemache](https://github.com/michemache) in [#​76](https://github.com/opentofu/setup-opentofu/pull/76)
- chore(deps): Bump [@​actions/core](https://github.com/actions/core) from 2.0.1 to 2.0.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​79](https://github.com/opentofu/setup-opentofu/pull/79)
##### New Contributors
- [@​michemache](https://github.com/michemache) made their first contribution in [#​76](https://github.com/opentofu/setup-opentofu/pull/76)
**Full Changelog**: <https://github.com/opentofu/setup-opentofu/compare/v1...v1.0.8>
### [`v1.0.7`](https://github.com/opentofu/setup-opentofu/releases/tag/v1.0.7)
[Compare Source](https://github.com/opentofu/setup-opentofu/compare/v1.0.6...v1.0.7)
##### What's Changed
- fix: [#​45](https://github.com/opentofu/setup-opentofu/issues/45) Add HTTP proxy support by [@​hoopysoup](https://github.com/hoopysoup) in [#​65](https://github.com/opentofu/setup-opentofu/pull/65)
- Streaming when using `tofu_wrapper` by [@​diofeher](https://github.com/diofeher) in [#​75](https://github.com/opentofu/setup-opentofu/pull/75)
##### New Contributors
- [@​diofeher](https://github.com/diofeher) made their first contribution in [#​67](https://github.com/opentofu/setup-opentofu/pull/67)
- [@​hoopysoup](https://github.com/hoopysoup) made their first contribution in [#​65](https://github.com/opentofu/setup-opentofu/pull/65)
**Full Changelog**: <https://github.com/opentofu/setup-opentofu/compare/v1...v1.0.7>
### [`v1.0.6`](https://github.com/opentofu/setup-opentofu/releases/tag/v1.0.6)
[Compare Source](https://github.com/opentofu/setup-opentofu/compare/v1.0.5...v1.0.6)
##### What's Changed
- Add OpenTofu version file support by [@​br3ndonland](https://github.com/br3ndonland) in [#​59](https://github.com/opentofu/setup-opentofu/pull/59)
##### New Contributors
- [@​br3ndonland](https://github.com/br3ndonland) made their first contribution in [#​59](https://github.com/opentofu/setup-opentofu/pull/59)
**Full Changelog**: <https://github.com/opentofu/setup-opentofu/compare/v1...v1.0.6>
### [`v1.0.5`](https://github.com/opentofu/setup-opentofu/releases/tag/v1.0.5)
[Compare Source](https://github.com/opentofu/setup-opentofu/compare/v1.0.4...v1.0.5)
##### What's Changed
- Fixes [#​43](https://github.com/opentofu/setup-opentofu/issues/43): OpenTofu 1.6 can no longer be downloaded by [@​abstractionfactory](https://github.com/abstractionfactory) in [#​44](https://github.com/opentofu/setup-opentofu/pull/44)
**Full Changelog**: <https://github.com/opentofu/setup-opentofu/compare/v1...v1.0.5>
### [`v1.0.4`](https://github.com/opentofu/setup-opentofu/releases/tag/v1.0.4)
[Compare Source](https://github.com/opentofu/setup-opentofu/compare/v1.0.3...v1.0.4)
##### What's Changed
- Fix tofu output printing debug information by [@​VladMasarik](https://github.com/VladMasarik) in [#​31](https://github.com/opentofu/setup-opentofu/pull/31)
##### New Contributors
- [@​VladMasarik](https://github.com/VladMasarik) made their first contribution in [#​31](https://github.com/opentofu/setup-opentofu/pull/31)
**Full Changelog**: <https://github.com/opentofu/setup-opentofu/compare/v1...v1.0.4>
### [`v1.0.3`](https://github.com/opentofu/setup-opentofu/releases/tag/v1.0.3)
[Compare Source](https://github.com/opentofu/setup-opentofu/compare/v1.0.2...v1.0.3)
##### What's Changed
- chore(deps-dev): Bump husky from 8.0.3 to 9.0.11 by [@​dependabot](https://github.com/dependabot) in [#​27](https://github.com/opentofu/setup-opentofu/pull/27)
- Fix latest fetching prerelease versions. by [@​cube2222](https://github.com/cube2222) in [#​29](https://github.com/opentofu/setup-opentofu/pull/29)
##### New Contributors
- [@​cube2222](https://github.com/cube2222) made their first contribution in [#​29](https://github.com/opentofu/setup-opentofu/pull/29)
**Full Changelog**: <https://github.com/opentofu/setup-opentofu/compare/v1.0.2...v1.0.3>
### [`v1.0.2`](https://github.com/opentofu/setup-opentofu/releases/tag/v1.0.2)
[Compare Source](https://github.com/opentofu/setup-opentofu/compare/v1.0.1...v1.0.2)
##### What's Changed
- Add `shell: bash` to `defaults: run` by [@​rdhar](https://github.com/rdhar) in [#​17](https://github.com/opentofu/setup-opentofu/pull/17)
- Update GitHub Action Branding to Reflect OpenTofu Colors by [@​RoseSecurity](https://github.com/RoseSecurity) in [#​20](https://github.com/opentofu/setup-opentofu/pull/20)
- Adding Forgejo/Gitea support by [@​janosdebugs](https://github.com/janosdebugs) and [@​bencurio](https://github.com/bencurio) in [#​23](https://github.com/opentofu/setup-opentofu/pull/23)
##### New Contributors
- [@​rdhar](https://github.com/rdhar) made their first contribution in [#​17](https://github.com/opentofu/setup-opentofu/pull/17)
- [@​RoseSecurity](https://github.com/RoseSecurity) made their first contribution in [#​20](https://github.com/opentofu/setup-opentofu/pull/20)
- [@​janosdebugs](https://github.com/janosdebugs) made their first contribution in [#​23](https://github.com/opentofu/setup-opentofu/pull/23)
- [@​bencurio](https://github.com/bencurio) made their first contribution in [#​23](https://github.com/opentofu/setup-opentofu/pull/23)
**Full Changelog**: <https://github.com/opentofu/setup-opentofu/compare/v1.0.1...v1.0.2>
### [`v1.0.1`](https://github.com/opentofu/setup-opentofu/releases/tag/v1.0.1)
[Compare Source](https://github.com/opentofu/setup-opentofu/compare/v1...v1.0.1)
##### What's Changed
- chore(deps-dev): Bump [@​vercel/ncc](https://github.com/vercel/ncc) from 0.38.0 to 0.38.1 by [@​dependabot](https://github.com/dependabot) in [#​11](https://github.com/opentofu/setup-opentofu/pull/11)
- Fixed tests for release.js by [@​kislerdm](https://github.com/kislerdm) in [#​14](https://github.com/opentofu/setup-opentofu/pull/14)
- feat(gha): Automated Release Retagging Workflow by [@​Ant0wan](https://github.com/Ant0wan) in [#​10](https://github.com/opentofu/setup-opentofu/pull/10)
- Add API token header to prevent side effects during tests by [@​kislerdm](https://github.com/kislerdm) in [#​16](https://github.com/opentofu/setup-opentofu/pull/16)
- update(doc): add version to avoid error when copy pasting examples by [@​Ant0wan](https://github.com/Ant0wan) in [#​8](https://github.com/opentofu/setup-opentofu/pull/8)
##### New Contributors
- [@​Ant0wan](https://github.com/Ant0wan) made their first contribution in [#​10](https://github.com/opentofu/setup-opentofu/pull/10)
**Full Changelog**: <https://github.com/opentofu/setup-opentofu/compare/1.0.0...v1.0.1>
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My43Ni4yIiwidXBkYXRlZEluVmVyIjoiNDMuMTk2LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
lain
changed title from chore(deps): update opentofu/setup-opentofu action to v2 to chore(deps): update opentofu/setup-opentofu action to v2 - autoclosed2026-08-21 21:22:23 +03:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v1→v2Release Notes
opentofu/setup-opentofu (opentofu/setup-opentofu)
v2.0.2Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/opentofu/setup-opentofu/compare/v2...v2.0.2
v2.0.1Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/opentofu/setup-opentofu/compare/v2...v2.0.1
v2.0.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/opentofu/setup-opentofu/compare/v1...v2.0.0
v2Compare Source
v1.0.8Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/opentofu/setup-opentofu/compare/v1...v1.0.8
v1.0.7Compare Source
What's Changed
tofu_wrapperby @diofeher in #75New Contributors
Full Changelog: https://github.com/opentofu/setup-opentofu/compare/v1...v1.0.7
v1.0.6Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/opentofu/setup-opentofu/compare/v1...v1.0.6
v1.0.5Compare Source
What's Changed
Full Changelog: https://github.com/opentofu/setup-opentofu/compare/v1...v1.0.5
v1.0.4Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/opentofu/setup-opentofu/compare/v1...v1.0.4
v1.0.3Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/opentofu/setup-opentofu/compare/v1.0.2...v1.0.3
v1.0.2Compare Source
What's Changed
shell: bashtodefaults: runby @rdhar in #17New Contributors
Full Changelog: https://github.com/opentofu/setup-opentofu/compare/v1.0.1...v1.0.2
v1.0.1Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/opentofu/setup-opentofu/compare/1.0.0...v1.0.1
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.
bdbec54469tob958691419chore(deps): update opentofu/setup-opentofu action to v2to chore(deps): update opentofu/setup-opentofu action to v2 - autoclosedPull request closed