Open
Conversation
715b358 to
5a240b6
Compare
5a240b6 to
e0544d2
Compare
e0544d2 to
84a79dd
Compare
84a79dd to
ca4d10e
Compare
ca4d10e to
cc02482
Compare
cc02482 to
6aa70ca
Compare
6aa70ca to
6c7af8e
Compare
6c7af8e to
9e0d631
Compare
18266d9 to
b464138
Compare
b464138 to
9a4744a
Compare
9a4744a to
c6f2cb8
Compare
c6f2cb8 to
33390d3
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:
v3→v6v4→v6v8→v9Release Notes
actions/checkout (actions/checkout)
v6.0.2Compare Source
v6.0.1Compare Source
v6-betaCompare Source
What's Changed
Updated persist-credentials to store the credentials under
$RUNNER_TEMPinstead of directly in the local git config.This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.
v6.0.0Compare Source
v6Compare Source
v5.0.1Compare Source
What's Changed
Full Changelog: actions/checkout@v5...v5.0.1
v5.0.0Compare Source
What's Changed
v2.327.1
Release Notes
Make sure your runner is updated to this version or newer to use this release.
Full Changelog: actions/checkout@v4...v5.0.0
v5Compare Source
v4.3.1Compare Source
What's Changed
Full Changelog: actions/checkout@v4...v4.3.1
v4.3.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v4...v4.3.0
v4.2.2Compare Source
url-helper.tsnow leverages well-known environment variables by @jww3 in #1941isGhesby @jww3 in #1946v4.2.1Compare Source
v4.2.0Compare Source
v4.1.7Compare Source
v4.1.6Compare Source
v4.1.5Compare Source
user.emailto be41898282+github-actions[bot]@​users.noreply.github.comby @cory-miller in #1707v4.1.4Compare Source
extensions.worktreeConfigwhen disablingsparse-checkoutby @jww3 in #1692v4.1.3Compare Source
sparse-checkoutby @jww3 in #1656actions/checkoutversion inupdate-main-version.ymlby @jww3 in #1650v4.1.2Compare Source
sparse-checkoutoption is not present @dscho in #1598v4.1.1Compare Source
v4.1.0Compare Source
v4.0.0Compare Source
v4Compare Source
v3.6.0Compare Source
v3.5.3Compare Source
v3.5.2Compare Source
v3.5.1Compare Source
v3.5.0Compare Source
v3.4.0Compare Source
v3.3.0Compare Source
v3.2.0Compare Source
v3.1.0Compare Source
saveStateandgetStategithub-server-urlinputv3.0.2Compare Source
set-safe-directoryv3.0.1Compare Source
safe.directoryactions/setup-go (actions/setup-go)
v6.4.0Compare Source
What's Changed
Enhancement
Dependency update
Documentation update
New Contributors
Full Changelog: actions/setup-go@v6...v6.4.0
v6.3.0Compare Source
What's Changed
Full Changelog: actions/setup-go@v6...v6.3.0
v6.2.0Compare Source
What's Changed
Enhancements
Dependency updates
New Contributors
Full Changelog: actions/setup-go@v6...v6.2.0
v6.1.0Compare Source
What's Changed
Enhancements
Dependency updates
New Contributors
Full Changelog: actions/setup-go@v6...v6.1.0
v6.0.0Compare Source
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
form-datato bring in fix for critical vulnerability by @matthewhughes934 in #618New Contributors
Full Changelog: actions/setup-go@v5...v6.0.0
v6Compare Source
v5.6.0Compare Source
What's Changed
Full Changelog: actions/setup-go@v5...v5.6.0
v5.5.0Compare Source
What's Changed
Bug fixes:
Dependency updates:
New Contributors
Full Changelog: actions/setup-go@v5...v5.5.0
v5.4.0Compare Source
What's Changed
Dependency updates :
New Contributors
Full Changelog: actions/setup-go@v5...v5.4.0
v5.3.0Compare Source
What's Changed
@actions/cacheto^4.0.0by @Link- in #531New Contributors
Full Changelog: actions/setup-go@v5...v5.3.0
v5.2.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/setup-go@v5...v5.2.0
v5.1.0Compare Source
What's Changed
This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
Note: This change may break previous cache keys as they will no longer be compatible with the new format.
Bug Fixes
isGheslogic by @jww3 in #511New Contributors
Full Changelog: actions/setup-go@v5...v5.1.0
v5.0.2Compare Source
What's Changed
Bug fixes:
Dependency updates:
New Contributors
Full Changelog: actions/setup-go@v5...v5.0.2
v5.0.1Compare Source
What's Changed
actions/setup-goto v5 by @chenrui333 in #449New Contributors
Full Changelog: actions/setup-go@v5.0.0...v5.0.1
v5.0.0Compare Source
What's Changed
In scope of this release, we change Nodejs runtime from node16 to node20 (#421). Moreover, we update some dependencies to the latest versions (#445).
Besides, this release contains such changes as:
New Contributors
Full Changelog: actions/setup-go@v4...v5.0.0
v5Compare Source
v4.3.0Compare Source
What's Changed
Full Changelog: actions/setup-go@v4...v4.3.0
v4.2.1Compare Source
What's Changed
Full Changelog: actions/setup-go@v4...v4.2.1
v4.2.0Compare Source
What's Changed
@actions/cacheby @priyagupta108 in #578.In scope of this release we updated
actions/cachepackage to4.0.3. This update ensures continued support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.Full Changelog: actions/setup-go@v4...v4.2.0
v4.1.0Compare Source
What's Changed
In scope of this release, slow installation on Windows was fixed by @dsame in #393 and OS version was added to
primaryKeyfor Ubuntu runners to avoid conflicts (#383)This release also includes the following changes:
New Contributors
Full Changelog: actions/setup-go@v4...v4.1.0
v4.0.1Compare Source
What's Changed
v4by @dsame in #354xml2jsdependency by @dmitry-shibanov in #370@actions/cachedependency to v3.2.1 by @nikolai-laevskii in #374New Contributors
Full Changelog: actions/setup-go@v4...v4.0.1
golangci/golangci-lint-action (golangci/golangci-lint-action)
v9.2.0Compare Source
What's Changed
Changes
Dependencies
Full Changelog: golangci/golangci-lint-action@v9.1.0...v9.2.0
v9.1.0Compare Source
What's Changed
Changes
Documentation
Dependencies
Full Changelog: golangci/golangci-lint-action@v9.0.0...v9.1.0
v9.0.0Compare Source
In the scope of this release, we change Nodejs runtime from node20 to node24 (https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/).
What's Changed
Changes
Full Changelog: golangci/golangci-lint-action@v8.0.0...v9.0.0
v9Compare 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.