Update github-actions deps#43998
Merged
Merged
Conversation
songy23
approved these changes
Nov 4, 2025
jelly-afk
pushed a commit
to jelly-afk/opentelemetry-collector-contrib
that referenced
this pull request
Nov 6, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://github.com/github/codeql-action) | action | patch | `v4.31.0` -> `v4.31.2` | | [github/codeql-action](https://github.com/github/codeql-action) | action | digest | `4e94bd1` -> `0499de3` | | [helm/kind-action](https://github.com/helm/kind-action) | action | minor | `v1.12.0` -> `v1.13.0` | | [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) | action | minor | `v2.6.1` -> `v2.7.0` | | lycheeverse/lychee-action | action | digest | `44b353b` -> `a8c4c7c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v4.31.2`](https://github.com/github/codeql-action/compare/v4.31.1...v4.31.2) [Compare Source](https://github.com/github/codeql-action/compare/v4.31.1...v4.31.2) ### [`v4.31.1`](https://github.com/github/codeql-action/compare/v4.31.0...v4.31.1) [Compare Source](https://github.com/github/codeql-action/compare/v4.31.0...v4.31.1) </details> <details> <summary>helm/kind-action (helm/kind-action)</summary> ### [`v1.13.0`](https://github.com/helm/kind-action/releases/tag/v1.13.0) [Compare Source](https://github.com/helm/kind-action/compare/v1.12.0...v1.13.0) #### What's Changed - chore: verify sha256sum of kubectl by [@&open-telemetry#8203;felix-kaestner](https://github.com/felix-kaestner) in [#&open-telemetry#8203;134](https://github.com/helm/kind-action/pull/134) - Load GITHUB\_PATH in PATH to use correct binaries when creating registry by [@&open-telemetry#8203;gotha](https://github.com/gotha) in [#&open-telemetry#8203;133](https://github.com/helm/kind-action/pull/133) - feat: Add cloud provider by [@&open-telemetry#8203;waltermity](https://github.com/waltermity) in [#&open-telemetry#8203;135](https://github.com/helm/kind-action/pull/135) - chore: bump kind to v0.29.0 by [@&open-telemetry#8203;pmalek](https://github.com/pmalek) in [#&open-telemetry#8203;144](https://github.com/helm/kind-action/pull/144) - Bump actions/checkout from 4.2.2 to 5.0.0 by [@&open-telemetry#8203;dependabot](https://github.com/dependabot)\[bot] in [#&open-telemetry#8203;145](https://github.com/helm/kind-action/pull/145) - bug: respect 'install\_only' action input value by [@&open-telemetry#8203;mszostok](https://github.com/mszostok) in [#&open-telemetry#8203;147](https://github.com/helm/kind-action/pull/147) - bump kind and kubectl and also nodejs by [@&open-telemetry#8203;cpanato](https://github.com/cpanato) in [#&open-telemetry#8203;150](https://github.com/helm/kind-action/pull/150) #### New Contributors - [@&open-telemetry#8203;felix-kaestner](https://github.com/felix-kaestner) made their first contribution in [#&open-telemetry#8203;134](https://github.com/helm/kind-action/pull/134) - [@&open-telemetry#8203;gotha](https://github.com/gotha) made their first contribution in [#&open-telemetry#8203;133](https://github.com/helm/kind-action/pull/133) - [@&open-telemetry#8203;waltermity](https://github.com/waltermity) made their first contribution in [#&open-telemetry#8203;135](https://github.com/helm/kind-action/pull/135) - [@&open-telemetry#8203;pmalek](https://github.com/pmalek) made their first contribution in [#&open-telemetry#8203;144](https://github.com/helm/kind-action/pull/144) - [@&open-telemetry#8203;mszostok](https://github.com/mszostok) made their first contribution in [#&open-telemetry#8203;147](https://github.com/helm/kind-action/pull/147) **Full Changelog**: <helm/kind-action@v1...v1.13.0> </details> <details> <summary>lycheeverse/lychee-action (lycheeverse/lychee-action)</summary> ### [`v2.7.0`](https://github.com/lycheeverse/lychee-action/releases/tag/v2.7.0): Version 2.7.0 [Compare Source](https://github.com/lycheeverse/lychee-action/compare/v2.6.1...v2.7.0) #### Breaking changes If you're using `--base`, you must now provide either a URL (with scheme) or an absolute local path. See `lychee --help` for more information. If you want to resolve root-relative links in local files, also see `--root-dir`. #### What's Changed - Bump peter-evans/create-issue-from-file from 5 to 6 by [@&open-telemetry#8203;dependabot](https://github.com/dependabot)\[bot] in [#&open-telemetry#8203;307](https://github.com/lycheeverse/lychee-action/pull/307) - Upgrade checkout action from v4 to v5 by [@&open-telemetry#8203;jacobdalamb](https://github.com/jacobdalamb) in [#&open-telemetry#8203;310](https://github.com/lycheeverse/lychee-action/pull/310) - Update lycheeVersion to v0.21.0 by [@&open-telemetry#8203;github-actions](https://github.com/github-actions)\[bot] in [#&open-telemetry#8203;312](https://github.com/lycheeverse/lychee-action/pull/312) See <https://github.com/lycheeverse/lychee/releases/tag/lychee-v0.21.0> for the lychee changelog. **Full Changelog**: <lycheeverse/lychee-action@v2...v2.7.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
dyl10s
pushed a commit
to dyl10s/opentelemetry-collector-contrib
that referenced
this pull request
Nov 21, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://github.com/github/codeql-action) | action | patch | `v4.31.0` -> `v4.31.2` | | [github/codeql-action](https://github.com/github/codeql-action) | action | digest | `4e94bd1` -> `0499de3` | | [helm/kind-action](https://github.com/helm/kind-action) | action | minor | `v1.12.0` -> `v1.13.0` | | [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) | action | minor | `v2.6.1` -> `v2.7.0` | | lycheeverse/lychee-action | action | digest | `44b353b` -> `a8c4c7c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v4.31.2`](https://github.com/github/codeql-action/compare/v4.31.1...v4.31.2) [Compare Source](https://github.com/github/codeql-action/compare/v4.31.1...v4.31.2) ### [`v4.31.1`](https://github.com/github/codeql-action/compare/v4.31.0...v4.31.1) [Compare Source](https://github.com/github/codeql-action/compare/v4.31.0...v4.31.1) </details> <details> <summary>helm/kind-action (helm/kind-action)</summary> ### [`v1.13.0`](https://github.com/helm/kind-action/releases/tag/v1.13.0) [Compare Source](https://github.com/helm/kind-action/compare/v1.12.0...v1.13.0) #### What's Changed - chore: verify sha256sum of kubectl by [@&open-telemetry#8203;felix-kaestner](https://github.com/felix-kaestner) in [#&open-telemetry#8203;134](https://github.com/helm/kind-action/pull/134) - Load GITHUB\_PATH in PATH to use correct binaries when creating registry by [@&open-telemetry#8203;gotha](https://github.com/gotha) in [#&open-telemetry#8203;133](https://github.com/helm/kind-action/pull/133) - feat: Add cloud provider by [@&open-telemetry#8203;waltermity](https://github.com/waltermity) in [#&open-telemetry#8203;135](https://github.com/helm/kind-action/pull/135) - chore: bump kind to v0.29.0 by [@&open-telemetry#8203;pmalek](https://github.com/pmalek) in [#&open-telemetry#8203;144](https://github.com/helm/kind-action/pull/144) - Bump actions/checkout from 4.2.2 to 5.0.0 by [@&open-telemetry#8203;dependabot](https://github.com/dependabot)\[bot] in [#&open-telemetry#8203;145](https://github.com/helm/kind-action/pull/145) - bug: respect 'install\_only' action input value by [@&open-telemetry#8203;mszostok](https://github.com/mszostok) in [#&open-telemetry#8203;147](https://github.com/helm/kind-action/pull/147) - bump kind and kubectl and also nodejs by [@&open-telemetry#8203;cpanato](https://github.com/cpanato) in [#&open-telemetry#8203;150](https://github.com/helm/kind-action/pull/150) #### New Contributors - [@&open-telemetry#8203;felix-kaestner](https://github.com/felix-kaestner) made their first contribution in [#&open-telemetry#8203;134](https://github.com/helm/kind-action/pull/134) - [@&open-telemetry#8203;gotha](https://github.com/gotha) made their first contribution in [#&open-telemetry#8203;133](https://github.com/helm/kind-action/pull/133) - [@&open-telemetry#8203;waltermity](https://github.com/waltermity) made their first contribution in [#&open-telemetry#8203;135](https://github.com/helm/kind-action/pull/135) - [@&open-telemetry#8203;pmalek](https://github.com/pmalek) made their first contribution in [#&open-telemetry#8203;144](https://github.com/helm/kind-action/pull/144) - [@&open-telemetry#8203;mszostok](https://github.com/mszostok) made their first contribution in [#&open-telemetry#8203;147](https://github.com/helm/kind-action/pull/147) **Full Changelog**: <helm/kind-action@v1...v1.13.0> </details> <details> <summary>lycheeverse/lychee-action (lycheeverse/lychee-action)</summary> ### [`v2.7.0`](https://github.com/lycheeverse/lychee-action/releases/tag/v2.7.0): Version 2.7.0 [Compare Source](https://github.com/lycheeverse/lychee-action/compare/v2.6.1...v2.7.0) #### Breaking changes If you're using `--base`, you must now provide either a URL (with scheme) or an absolute local path. See `lychee --help` for more information. If you want to resolve root-relative links in local files, also see `--root-dir`. #### What's Changed - Bump peter-evans/create-issue-from-file from 5 to 6 by [@&open-telemetry#8203;dependabot](https://github.com/dependabot)\[bot] in [#&open-telemetry#8203;307](https://github.com/lycheeverse/lychee-action/pull/307) - Upgrade checkout action from v4 to v5 by [@&open-telemetry#8203;jacobdalamb](https://github.com/jacobdalamb) in [#&open-telemetry#8203;310](https://github.com/lycheeverse/lychee-action/pull/310) - Update lycheeVersion to v0.21.0 by [@&open-telemetry#8203;github-actions](https://github.com/github-actions)\[bot] in [#&open-telemetry#8203;312](https://github.com/lycheeverse/lychee-action/pull/312) See <https://github.com/lycheeverse/lychee/releases/tag/lychee-v0.21.0> for the lychee changelog. **Full Changelog**: <lycheeverse/lychee-action@v2...v2.7.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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:
v4.31.0->v4.31.24e94bd1->0499de3v1.12.0->v1.13.0v2.6.1->v2.7.044b353b->a8c4c7cWarning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
github/codeql-action (github/codeql-action)
v4.31.2Compare Source
v4.31.1Compare Source
helm/kind-action (helm/kind-action)
v1.13.0Compare Source
What's Changed
New Contributors
Full Changelog: helm/kind-action@v1...v1.13.0
lycheeverse/lychee-action (lycheeverse/lychee-action)
v2.7.0: Version 2.7.0Compare Source
Breaking changes
If you're using
--base, you must now provide either a URL (with scheme) or an absolute local path. Seelychee --helpfor more information. If you want to resolve root-relative links in local files, also see--root-dir.What's Changed
See https://github.com/lycheeverse/lychee/releases/tag/lychee-v0.21.0 for the lychee changelog.
Full Changelog: lycheeverse/lychee-action@v2...v2.7.0
Configuration
📅 Schedule: Branch creation - "on tuesday" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.