Update GitHub Workflows (major)#143
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
OpenTofu Format and Style 🖌
|
renovate
Bot
force-pushed
the
renovate/major-github-workflows
branch
from
December 15, 2025 17:44
8ece91c to
4083b5a
Compare
renovate
Bot
force-pushed
the
renovate/major-github-workflows
branch
from
December 31, 2025 17:40
4083b5a to
a45a098
Compare
renovate
Bot
force-pushed
the
renovate/major-github-workflows
branch
from
February 2, 2026 17:39
a45a098 to
ed51118
Compare
renovate
Bot
force-pushed
the
renovate/major-github-workflows
branch
from
February 12, 2026 11:11
ed51118 to
34105e9
Compare
renovate
Bot
force-pushed
the
renovate/major-github-workflows
branch
from
March 5, 2026 12:37
34105e9 to
46e1881
Compare
renovate
Bot
force-pushed
the
renovate/major-github-workflows
branch
from
March 17, 2026 01:02
46e1881 to
d9e165f
Compare
renovate
Bot
force-pushed
the
renovate/major-github-workflows
branch
from
March 26, 2026 17:06
d9e165f to
b9323f7
Compare
renovate
Bot
force-pushed
the
renovate/major-github-workflows
branch
3 times, most recently
from
April 15, 2026 13:07
4b2e9bf to
1a49011
Compare
renovate
Bot
force-pushed
the
renovate/major-github-workflows
branch
from
April 29, 2026 19:07
1a49011 to
848e525
Compare
renovate
Bot
force-pushed
the
renovate/major-github-workflows
branch
from
May 14, 2026 18:31
848e525 to
afea128
Compare
renovate
Bot
force-pushed
the
renovate/major-github-workflows
branch
from
May 22, 2026 18:54
afea128 to
5b14e0e
Compare
renovate
Bot
force-pushed
the
renovate/major-github-workflows
branch
from
June 18, 2026 19:47
5b14e0e to
55bea06
Compare
renovate
Bot
force-pushed
the
renovate/major-github-workflows
branch
from
June 29, 2026 13:46
55bea06 to
5e8fe3a
Compare
renovate
Bot
force-pushed
the
renovate/major-github-workflows
branch
from
July 12, 2026 16:41
5e8fe3a to
d59352d
Compare
renovate
Bot
force-pushed
the
renovate/major-github-workflows
branch
from
July 20, 2026 22:16
d59352d to
5873ca0
Compare
renovate
Bot
force-pushed
the
renovate/major-github-workflows
branch
from
July 24, 2026 18:36
5873ca0 to
ebd93c8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v5→v7v8→v9v1→v2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
actions/checkout (actions/checkout)
v7.0.1Compare Source
v7.0.0Compare Source
v7Compare Source
v6.1.0Compare Source
v6.0.3Compare Source
v6.0.2Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
v6Compare Source
actions/github-script (actions/github-script)
v9.0.0Compare Source
New features:
getOctokitfactory function — Available directly in the script context. Create additional authenticated Octokit clients with different tokens for multi-token workflows, GitHub App tokens, and cross-org access. See Creating additional clients withgetOctokitfor details and examples.ACTIONS_ORCHESTRATION_IDenvironment variable is automatically appended to the user-agent string for request tracing.Breaking changes:
require('@​actions/github')no longer works in scripts. The upgrade to@actions/githubv9 (ESM-only) meansrequire('@​actions/github')will fail at runtime. If you previously used patterns likeconst { getOctokit } = require('@​actions/github')to create secondary clients, use the new injectedgetOctokitfunction instead — it's available directly in the script context with no imports needed.getOctokitis now an injected function parameter. Scripts that declareconst getOctokit = ...orlet getOctokit = ...will get aSyntaxErrorbecause JavaScript does not allowconst/letredeclaration of function parameters. Use the injectedgetOctokitdirectly, or usevar getOctokit = ...if you need to redeclare it.@actions/githubinternals beyond the standardgithub/octokitclient, you may need to update those references for v9 compatibility.What's Changed
New Contributors
Full Changelog: actions/github-script@v8.0.0...v9.0.0
v9Compare Source
opentofu/setup-opentofu (opentofu/setup-opentofu)
v2.0.2Compare Source
What's Changed
New Contributors
Full Changelog: opentofu/setup-opentofu@v2...v2.0.2
v2.0.1Compare Source
What's Changed
New Contributors
Full Changelog: opentofu/setup-opentofu@v2...v2.0.1
v2.0.0Compare Source
What's Changed
New Contributors
Full Changelog: opentofu/setup-opentofu@v1...v2.0.0
v2Compare Source
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.