[skip-release] Update github-actions (major) - #14
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate.major-github-actions
branch
from
April 2, 2026 18:43
2daa4c4 to
79f57ba
Compare
renovate
Bot
force-pushed
the
renovate.major-github-actions
branch
2 times, most recently
from
April 10, 2026 13:32
a81fdab to
7b9cff0
Compare
renovate
Bot
force-pushed
the
renovate.major-github-actions
branch
3 times, most recently
from
May 22, 2026 18:39
9deeba1 to
56e3977
Compare
renovate
Bot
force-pushed
the
renovate.major-github-actions
branch
from
June 18, 2026 18:35
56e3977 to
1698eb5
Compare
renovate
Bot
force-pushed
the
renovate.major-github-actions
branch
4 times, most recently
from
July 3, 2026 16:56
8e49172 to
4a451df
Compare
renovate
Bot
force-pushed
the
renovate.major-github-actions
branch
3 times, most recently
from
July 29, 2026 15:09
8216935 to
910f1b9
Compare
renovate
Bot
force-pushed
the
renovate.major-github-actions
branch
from
August 19, 2026 13:12
910f1b9 to
8b647a8
Compare
renovate
Bot
force-pushed
the
renovate.major-github-actions
branch
from
September 15, 2026 18:11
8b647a8 to
d2a7ee3
Compare
renovate
Bot
force-pushed
the
renovate.major-github-actions
branch
from
September 16, 2026 10:44
d2a7ee3 to
b8f8360
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:
v6→v7v8→v9v6→v7v3→v4v3→v4Release Notes
actions/checkout (actions/checkout)
v7.0.0Compare Source
v7Compare 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
docker/build-push-action (docker/build-push-action)
v7.2.0Compare Source
Full Changelog: docker/build-push-action@v7.1.0...v7.2.0
v7.1.0Compare Source
Full Changelog: docker/build-push-action@v7.0.0...v7.1.0
v7.0.0Compare Source
DOCKER_BUILD_NO_SUMMARYandDOCKER_BUILD_EXPORT_RETENTION_DAYSenvs by @crazy-max in #1473Full Changelog: docker/build-push-action@v6.19.2...v7.0.0
v7Compare Source
docker/login-action (docker/login-action)
v4.2.0Compare Source
Full Changelog: docker/login-action@v4.1.0...v4.2.0
v4.1.0Compare Source
Full Changelog: docker/login-action@v4.0.0...v4.1.0
v4.0.0Compare Source
Full Changelog: docker/login-action@v3.7.0...v4.0.0
v4Compare Source
docker/setup-buildx-action (docker/setup-buildx-action)
v4.1.0Compare Source
Full Changelog: docker/setup-buildx-action@v4.0.0...v4.1.0
v4.0.0Compare Source
Full Changelog: docker/setup-buildx-action@v3.12.0...v4.0.0
v4Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.