Skip to content

Conversation

@syself-bot
Copy link
Contributor

@syself-bot syself-bot bot commented Sep 8, 2025

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v4.2.2 -> v6.0.1
actions/checkout action major v4 -> v6
actions/download-artifact action major v4 -> v6
actions/labeler action major v5 -> v6
actions/setup-go action major v5.3.0 -> v6.1.0
actions/setup-node action major v4 -> v6

Release Notes

actions/checkout (actions/checkout)

v6.0.1

Compare Source

What's Changed

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

v6.0.0

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

actions/download-artifact (actions/download-artifact)

v6

Compare Source

v5

Compare Source

actions/labeler (actions/labeler)

v6

Compare Source

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

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

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

actions/setup-node (actions/setup-node)

v6

Compare Source

v5

Compare Source


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

guettli and others added 7 commits July 31, 2025 20:29
> I0829 08:31:00.251753   17515 request.go:697]
> Waited for 1.993332996s due to client-side
> throttling, not priority and fairness, request:
> GET:https://127.0.0.1:39499/apis/cluster.x-k8s.io/v1beta1/machines

This warnings is repeated again and again in the output of e2e tests.

We use current api-servers, no need for client-side throttling.
🌱 Use errors.Join(reterr, err) to handle both errors.
Update metadata.yaml

Add kind property

Co-authored-by: Thomas Güttler <thomas.guettler@syself.com>
@github-actions github-actions bot added size/XS Denotes a PR that changes 0-20 lines, ignoring generated files. area/github Changes made in the github directory labels Sep 8, 2025
guettli and others added 7 commits September 12, 2025 15:49
* 🌱 Deprecate (ssh) PortAfterCloudInit.

Since [PR Install Cloud-Init-Data via post-install.sh #1407](#1407) this field is not functional.

The additional reboot after InstallImage was removed.

The ssh port after InstallImage is the port which gets used.
Update output-for-watch.sh and tail-controller-logs.sh: support caph running
in a different namespace (not fix to capi-system).

update-operator-dev-deployment.sh: Be sure to not update the cluster, if
connected via oidc (avoid accidentally changing a non-test system)
* 🌱 avoid unhealthy conditions when cluster starts.

Closes #1674
Co-authored-by: Dhairya Arora <dhairya.arora@syself.com>
@syself-bot syself-bot bot force-pushed the renovate/major-6-github-actions branch from 906cf09 to a7704fa Compare September 17, 2025 11:05
@syself-bot syself-bot bot force-pushed the renovate/major-6-github-actions branch from a7704fa to 54cca76 Compare October 14, 2025 11:03
> [It] should take over an existing load balancer with correct name
* 🌱 HCloudMachineType: allow all values.

The list of valid machine types gets changed by
Hetzner from time to time. CAPH no longer
validates this string. It is up to you to use a
valid type. Not all types are available in all
locations.

Additionally Remediation was fixed if providerID was nil.
@syself-bot syself-bot bot force-pushed the renovate/major-6-github-actions branch from 54cca76 to 9e29f9c Compare October 25, 2025 11:02
@github-actions github-actions bot added size/S Denotes a PR that changes 20-50 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-20 lines, ignoring generated files. labels Oct 25, 2025
guettli and others added 7 commits November 5, 2025 10:12
> It("checks that no remediation is tried if HCloud server does not exist anymore
…1700)

Bump clusterctl version

Co-authored-by: don <don@pop-os.wyvern-bull.ts.net>
Co-authored-by: Thomas Güttler <thomas.guettler@syself.com>
Otherwise error messages from a second process
running in the background are not visible.
@syself-bot syself-bot bot force-pushed the renovate/major-6-github-actions branch from 9e29f9c to 1c6a54e Compare November 20, 2025 11:04
@syself-bot syself-bot bot force-pushed the renovate/major-6-github-actions branch from 1c6a54e to 909f842 Compare November 21, 2025 11:02
@github-actions github-actions bot added size/M Denotes a PR that changes 50-200 lines, ignoring generated files. and removed size/S Denotes a PR that changes 20-50 lines, ignoring generated files. labels Nov 21, 2025
@syself-bot syself-bot bot force-pushed the renovate/major-6-github-actions branch from 909f842 to 1aa3518 Compare November 28, 2025 11:03
buhodev and others added 3 commits November 28, 2025 15:51
🌱 fix lang
| datasource  | package                   | from   | to     |
| ----------- | ------------------------- | ------ | ------ |
| github-tags | actions/checkout          | v4.2.2 | v6.0.1 |
| github-tags | actions/checkout          | v4     | v6     |
| github-tags | actions/download-artifact | v4     | v6     |
| github-tags | actions/labeler           | v5     | v6     |
| github-tags | actions/setup-go          | v5.3.0 | v6.1.0 |
| github-tags | actions/setup-node        | v4     | v6     |
@syself-bot syself-bot bot force-pushed the renovate/major-6-github-actions branch from 1aa3518 to f919968 Compare December 3, 2025 11:04
@syself-bot
Copy link
Contributor Author

syself-bot bot commented Dec 5, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/github Changes made in the github directory size/M Denotes a PR that changes 50-200 lines, ignoring generated files. type/major update/github-action

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants