Skip to content

Conversation

@cluster-stack-bot
Copy link
Contributor

@cluster-stack-bot cluster-stack-bot bot commented Dec 2, 2024

This PR contains the following updates:

Package Type Update Change
actions/cache action digest 6849a64 -> 0c907a7
actions/setup-go action digest 41dfa10 -> f111f33
actions/setup-go action minor v5.1.0 -> v5.3.0
actions/setup-node action digest 39370e3 -> 1d0ff46
docker/build-push-action action digest 4f58ea7 -> 0adf995
docker/setup-buildx-action action digest c47758b -> f7ce87c
goreleaser/goreleaser-action action digest 9ed2f89 -> 90a3faa
lycheeverse/lychee-action action minor v2.1.0 -> v2.3.0

Release Notes

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

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

New Contributors

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

lycheeverse/lychee-action (lycheeverse/lychee-action)

v2.3.0: Version 2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v2...v2.3.0

v2.2.0: Version 2.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v2...v2.2.0


Configuration

📅 Schedule: Branch creation - "on monday" in timezone Europe/Berlin, 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

@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Github Actions group to 48aba3b 🌱 Update github-actions group Dec 6, 2024
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/github-actions branch 2 times, most recently from 4e9ca64 to 4a675e9 Compare December 11, 2024 11:21
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/github-actions branch 2 times, most recently from 7e16d84 to a35a3e1 Compare December 20, 2024 11:19
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/github-actions branch from a35a3e1 to 61cf1a8 Compare January 8, 2025 11:19
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/github-actions branch 2 times, most recently from a1a255e to 1016b0a Compare January 21, 2025 11:19
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/github-actions branch 2 times, most recently from b132b92 to a19618e Compare January 27, 2025 11:19
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/github-actions branch 2 times, most recently from 4222796 to d45bc0f Compare February 7, 2025 11:19
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/github-actions branch from d45bc0f to 8ecb485 Compare February 11, 2025 11:19
@cluster-stack-bot cluster-stack-bot bot added size/XS Denotes a PR that changes 0-20 lines, ignoring generated files. area/github Changes made in the github directory labels Feb 11, 2025
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/github-actions branch from 8ecb485 to 29e0756 Compare February 19, 2025 11:19
| datasource  | package                   | from   | to     |
| ----------- | ------------------------- | ------ | ------ |
| github-tags | actions/setup-go          | v5.1.0 | v5.3.0 |
| github-tags | lycheeverse/lychee-action | v2.1.0 | v2.3.0 |
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/github-actions branch from 29e0756 to 05b6ff6 Compare February 21, 2025 11:20
@cluster-stack-bot
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@garloff
Copy link
Member

garloff commented Dec 17, 2025

PR #201 fixes this renovation.

* Use errors.New instead of fmt.Errorf for plain strings. This is what go-1.22 enforces
* Also need to import "errors" to use it.
* exportloopreg linter has been replaced by copyloopvar.

Signed-off-by: Kurt Garloff <[email protected]>
@cluster-stack-bot cluster-stack-bot bot added size/S Denotes a PR that changes 20-50 lines, ignoring generated files. area/code Changes made in the code directory and removed size/XS Denotes a PR that changes 0-20 lines, ignoring generated files. labels Dec 17, 2025
Copy link
Member

@garloff garloff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1st step in many to modernize the dependencies.

@garloff garloff merged commit 0582aeb into main Dec 17, 2025
9 checks passed
@garloff garloff deleted the renovate/github-actions branch December 17, 2025 23:19
schmidax pushed a commit to schmidax/csctl that referenced this pull request Dec 19, 2025
* 🌱 Update github-actions group

| datasource  | package                   | from   | to     |
| ----------- | ------------------------- | ------ | ------ |
| github-tags | actions/setup-go          | v5.1.0 | v5.3.0 |
| github-tags | lycheeverse/lychee-action | v2.1.0 | v2.3.0 |

* 🌱 Renovate GitHub actions:  go122 fixes (SovereignCloudStack#201)

* Use errors.New instead of fmt.Errorf for plain strings. This is what go-1.22 enforces
* Also need to import "errors" to use it.
* exportloopreg linter has been replaced by copyloopvar.

Signed-off-by: Kurt Garloff <[email protected]>

---------

Signed-off-by: Kurt Garloff <[email protected]>
Co-authored-by: cluster-stack-bot[bot] <143188378+cluster-stack-bot[bot]@users.noreply.github.com>
Co-authored-by: Jan Schoone <[email protected]>
Co-authored-by: Kurt Garloff <[email protected]>
Signed-off-by: Axel Schmidt <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/code Changes made in the code directory area/github Changes made in the github directory size/S Denotes a PR that changes 20-50 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants