deps:chore - update actions/setup-go action to v6#128
Conversation
Signed-off-by: Renovate Bot <bot@renovateapp.com>
PR SummaryThis Pull Request updates the Go environment setup step in several GitHub Actions workflows from actions/setup-go@v3 to actions/setup-go@v6. The main goal is to ensure all workflows use the latest major version of the setup-go action, which may include important bug fixes, new features, and security improvements. While there are no direct or immediate security concerns identified, keeping dependencies and actions up to date is a best practice for maintaining security and reliability. Changed Files and Their Updates
Security Advice & Points of Attention
In summary: |
This PR contains the following updates:
v3→v6Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
actions/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
v4.0.0Compare Source
In scope of release we enable cache by default. The action won’t throw an error if the cache can’t be restored or saved. The action will throw a warning message but it won’t stop a build process. The cache can be disabled by specifying
cache: false.Besides, we introduce such changes as
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.