Skip to content

build: update github actions (major)#7

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-github-actions
Open

build: update github actions (major)#7
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-github-actions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 4, 2023

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v3v6
actions/setup-go action major v4v6
golangci/golangci-lint-action action major v8v9

Release Notes

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6-beta

Compare Source

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead 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.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

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

v5

Compare Source

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Fix: Disable sparse checkout whenever sparse-checkout option is not present @​dscho in #​1598

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.0

Compare Source

v4

Compare Source

v3.6.0

Compare Source

v3.5.3

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

v3.4.0

Compare Source

v3.3.0

Compare Source

v3.2.0

Compare Source

v3.1.0

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

actions/setup-go (actions/setup-go)

v6.4.0

Compare Source

What's Changed
Enhancement
  • Add go-download-base-url input for custom Go distributions by @​gdams in #​721
Dependency update
Documentation update
New Contributors

Full Changelog: actions/setup-go@v6...v6.4.0

v6.3.0

Compare Source

What's Changed

Full Changelog: actions/setup-go@v6...v6.3.0

v6.2.0

Compare Source

What's Changed
Enhancements
Dependency updates
New Contributors

Full Changelog: actions/setup-go@v6...v6.2.0

v6.1.0

Compare Source

What's Changed

Enhancements
Dependency updates

New Contributors

Full Changelog: actions/setup-go@v6...v6.1.0

v6.0.0

Compare 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
New Contributors

Full Changelog: actions/setup-go@v5...v6.0.0

v6

Compare Source

v5.6.0

Compare Source

What's Changed

Full Changelog: actions/setup-go@v5...v5.6.0

v5.5.0

Compare Source

What's Changed

Bug fixes:
Dependency updates:

New Contributors

Full Changelog: actions/setup-go@v5...v5.5.0

v5.4.0

Compare Source

What's Changed

Dependency updates :

New Contributors

Full Changelog: actions/setup-go@v5...v5.4.0

v5.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5...v5.3.0

v5.2.0

Compare Source

What's Changed

  • Leveraging the raw API to retrieve the version-manifest, as it does not impose a rate limit and hence facilitates unrestricted consumption without the need for a token for Github Enterprise Servers by @​Shegox in #​496

New Contributors

Full Changelog: actions/setup-go@v5...v5.2.0

v5.1.0

Compare Source

What's Changed

  • Add workflow file for publishing releases to immutable action package by @​Jcambass in #​500
  • Upgrade IA Publish by @​Jcambass in #​502
  • Add architecture to cache key by @​Zxilly in #​493
    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.
  • Enhance workflows and Upgrade micromatch Dependency by @​priyagupta108 in #​510

Bug Fixes

New Contributors

Full Changelog: actions/setup-go@v5...v5.1.0

v5.0.2

Compare Source

What's Changed

Bug fixes:
Dependency updates:

New Contributors

Full Changelog: actions/setup-go@v5...v5.0.2

v5.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5.0.0...v5.0.1

v5.0.0

Compare 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

v5

Compare Source

v4.3.0

Compare Source

What's Changed

Full Changelog: actions/setup-go@v4...v4.3.0

v4.2.1

Compare Source

What's Changed

Full Changelog: actions/setup-go@v4...v4.2.1

v4.2.0

Compare Source

What's Changed

  • Upgrade @actions/cache by @​priyagupta108 in #​578.
    In scope of this release we updated actions/cache package to 4.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.0

Compare 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 primaryKey for 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.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-go@v4...v4.0.1

golangci/golangci-lint-action (golangci/golangci-lint-action)

v9.2.0

Compare Source

What's Changed

Changes
Dependencies

Full Changelog: golangci/golangci-lint-action@v9.1.0...v9.2.0

v9.1.0

Compare Source

What's Changed

Changes
Documentation
Dependencies

Full Changelog: golangci/golangci-lint-action@v9.0.0...v9.1.0

v9.0.0

Compare 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

v9

Compare Source


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Sep 4, 2023
@renovate renovate Bot changed the title build: update actions/checkout action to v4 build: update actions/checkout action to v4 - autoclosed Oct 17, 2023
@renovate renovate Bot closed this Oct 17, 2023
@renovate renovate Bot deleted the renovate/major-github-actions branch October 17, 2023 18:14
@renovate renovate Bot changed the title build: update actions/checkout action to v4 - autoclosed build: update actions/checkout action to v4 Oct 19, 2023
@renovate renovate Bot reopened this Oct 19, 2023
@renovate renovate Bot restored the renovate/major-github-actions branch October 19, 2023 11:48
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 715b358 to 5a240b6 Compare October 19, 2023 11:48
@renovate renovate Bot changed the title build: update actions/checkout action to v4 build: update github actions (major) Dec 6, 2023
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 5a240b6 to e0544d2 Compare December 6, 2023 20:15
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from e0544d2 to 84a79dd Compare February 9, 2024 16:28
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 84a79dd to ca4d10e Compare April 25, 2024 03:58
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from ca4d10e to cc02482 Compare May 7, 2024 02:09
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from cc02482 to 6aa70ca Compare March 31, 2025 16:02
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 6aa70ca to 6c7af8e Compare May 4, 2025 22:29
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 6c7af8e to 9e0d631 Compare August 11, 2025 16:56
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 18266d9 to b464138 Compare September 13, 2025 17:37
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from b464138 to 9a4744a Compare September 25, 2025 15:56
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 9a4744a to c6f2cb8 Compare November 8, 2025 01:32
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from c6f2cb8 to 33390d3 Compare November 20, 2025 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants