Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 28, 2025

Bumps the dev-dependencies group with 3 updates in the / directory: renovatebot/github-action, actions/setup-python and action-stars/install-tool-from-github-release.

Updates renovatebot/github-action from 41.0.22 to 42.0.4

Release notes

Sourced from renovatebot/github-action's releases.

v42.0.4

42.0.4 (2025-05-26)

Documentation

  • update references to ghcr.io/renovatebot/renovate to v40.31.0 (2cc179c)
  • update references to renovatebot/github-action to v42.0.3 (7276209)

Miscellaneous Chores

  • deps: update dependency @​types/node to v20.17.47 (a35da9d)
  • deps: update dependency @​types/node to v20.17.48 (f2de8e9)
  • deps: update dependency semantic-release to v24.2.4 (5cb0e23)
  • deps: update dependency typescript-eslint to v8.32.1 (ca8470a)
  • deps: update linters to v9.27.0 (4bd31c4)
  • deps: update pnpm to v10.11.0 (75baed4)

Build System

  • deps: lock file maintenance (679f8e3)

Continuous Integration

  • deps: update renovate docker tag to v40.15.0 (d33039a)
  • deps: update renovate docker tag to v40.16.0 (41c838d)
  • deps: update renovate docker tag to v40.17.0 (ef964ed)
  • deps: update renovate docker tag to v40.17.1 (96d58d7)
  • deps: update renovate docker tag to v40.18.0 (949fae4)
  • deps: update renovate docker tag to v40.18.1 (af6b56a)
  • deps: update renovate docker tag to v40.18.3 (3a7eea5)
  • deps: update renovate docker tag to v40.19.0 (a30636d)
  • deps: update renovate docker tag to v40.19.1 (8fb2b84)
  • deps: update renovate docker tag to v40.19.2 (460a1f6)
  • deps: update renovate docker tag to v40.21.0 (1ddb538)
  • deps: update renovate docker tag to v40.21.1 (42374f7)
  • deps: update renovate docker tag to v40.21.2 (fb2dab1)
  • deps: update renovate docker tag to v40.21.3 (20fcb6d)
  • deps: update renovate docker tag to v40.21.4 (bd4733e)
  • deps: update renovate docker tag to v40.21.5 (72b7c77)
  • deps: update renovate docker tag to v40.21.6 (1eade6f)
  • deps: update renovate docker tag to v40.21.7 (62890bc)
  • deps: update renovate docker tag to v40.22.1 (#939) (5645bbf)
  • deps: update renovate docker tag to v40.23.1 (26cd5d2)
  • deps: update renovate docker tag to v40.24.0 (0ec34df)
  • deps: update renovate docker tag to v40.24.3 (162dfd6)
  • deps: update renovate docker tag to v40.25.0 (fa1d1b6)
  • deps: update renovate docker tag to v40.25.2 (fcc2a33)
  • deps: update renovate docker tag to v40.26.1 (9197d61)
  • deps: update renovate docker tag to v40.26.2 (34dc80c)
  • deps: update renovate docker tag to v40.26.3 (a397040)

... (truncated)

Commits
  • 8058cfe chore(release): 42.0.4 [skip ci]
  • 38d4cb6 skip: merge (679f8e317271d7b7312d14acc96be3c3b3f464c8) [skip release]
  • 679f8e3 build(deps): lock file maintenance
  • f1fcff2 skip: merge (2cc179c8a4cca3373fd4b90b1d53018682d9eb28) [skip release]
  • 6489d98 skip: merge (f2de8e9bf0b990a4dbd2ad392e03351af794788b) [skip release]
  • 2cc179c docs: update references to ghcr.io/renovatebot/renovate to v40.31.0
  • 8649b30 skip: merge (7276209fa72db0eb11756f4295fc0037cf48fe35) [skip release]
  • f2de8e9 chore(deps): update dependency @​types/node to v20.17.48
  • 7276209 docs: update references to renovatebot/github-action to v42.0.3
  • bf9eef4 skip: merge (79c241ecc1b6dd99935d6f21f82d87cf3a3e4057) [skip release]
  • Additional commits viewable in compare view

Updates actions/setup-python from 3 to 5

Release notes

Sourced from actions/setup-python's releases.

v5.0.0

What's Changed

In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.

Full Changelog: actions/setup-python@v4.8.0...v5.0.0

v4.9.1

What's Changed

Full Changelog: actions/setup-python@v4...v4.9.1

v4.9.0

What's Changed

  • Upgrade actions/cache to 4.0.3 by @​priya-kinthali in actions/setup-python#1073 In scope of this release we updated actions/cache package to ensure 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-python@v4.8.0...v4.9.0

v4.8.0

What's Changed

In scope of this release we added support for GraalPy (actions/setup-python#694). You can use this snippet to set up GraalPy:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4 
  with:
    python-version: 'graalpy-22.3' 
- run: python my_script.py

Besides, the release contains such changes as:

New Contributors

Full Changelog: actions/setup-python@v4...v4.8.0

... (truncated)

Commits
  • a26af69 Bump ts-jest from 29.1.2 to 29.3.2 (#1081)
  • 30eafe9 Bump prettier from 2.8.8 to 3.5.3 (#1046)
  • 5d95bc1 Bump semver and @​types/semver (#1091)
  • 6ed2c67 Fix for Candidate Not Iterable Error (#1082)
  • e348410 Remove Ubuntu 20.04 from workflows due to deprecation from 2025-04-15 (#1065)
  • 8d9ed9a Add e2e Testing for free threaded and Bump @​action/cache from 4.0.0 to 4.0.3 ...
  • 19e4675 Add support for .tool-versions file in setup-python (#1043)
  • 6fd11e1 Bump @​actions/glob from 0.4.0 to 0.5.0 (#1015)
  • 9e62be8 Support free threaded Python versions like '3.13t' (#973)
  • 6ca8e85 Bump @​vercel/ncc from 0.38.1 to 0.38.3 (#1016)
  • Additional commits viewable in compare view

Updates action-stars/install-tool-from-github-release from 0.2.4 to 0.2.5

Release notes

Sourced from action-stars/install-tool-from-github-release's releases.

v0.2.5

Changed

Changelog

Sourced from action-stars/install-tool-from-github-release's changelog.

Install Tool From GitHub Release GitHub Action Changelog

[!NOTE] All notable changes to this project will be documented in this file; the format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[UNRELEASED]

[v0.2.5] - 2025-05-12

Changed

[v0.2.4] - 2024-06-02

Added

[v0.2.3] - 2024-05-10

Added

Changed

[v0.2.2] - 2024-01-31

Changed

[v0.2.1] - 2023-12-04

Fixed

... (truncated)

Commits
  • f2e83e0 fix: Fix validation (#24)
  • 79a1b6b chore: Update changelog for release v0.2.5
  • c896630 deps: Bump pbrisbin/setup-tool-action in the github-actions group (#23)
  • aafab88 deps: Bump action-stars/generic-workflows in the github-actions group (#22)
  • 2e3dfeb deps: Bump action-stars/generic-workflows in the github-actions group (#20)
  • 166708a deps: Bump action-stars/generic-workflows in the github-actions group (#19)
  • a258828 deps: Bump action-stars/generic-workflows in the github-actions group (#18)
  • 3641540 chore: Updated docs
  • 0704719 chore: Updated changelog
  • d8063e7 deps: Bump pbrisbin/setup-tool-action in the github-actions group (#17)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…3 updates

Bumps the dev-dependencies group with 3 updates in the / directory: [renovatebot/github-action](https://github.com/renovatebot/github-action), [actions/setup-python](https://github.com/actions/setup-python) and [action-stars/install-tool-from-github-release](https://github.com/action-stars/install-tool-from-github-release).


Updates `renovatebot/github-action` from 41.0.22 to 42.0.4
- [Release notes](https://github.com/renovatebot/github-action/releases)
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md)
- [Commits](renovatebot/github-action@v41.0.22...v42.0.4)

Updates `actions/setup-python` from 3 to 5
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v3...v5)

Updates `action-stars/install-tool-from-github-release` from 0.2.4 to 0.2.5
- [Release notes](https://github.com/action-stars/install-tool-from-github-release/releases)
- [Changelog](https://github.com/action-stars/install-tool-from-github-release/blob/main/CHANGELOG.md)
- [Commits](action-stars/install-tool-from-github-release@ece2623...f2e83e0)

---
updated-dependencies:
- dependency-name: renovatebot/github-action
  dependency-version: 42.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: actions/setup-python
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: action-stars/install-tool-from-github-release
  dependency-version: 0.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 28, 2025
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 28, 2025
@k8s-ci-robot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels May 28, 2025
@mloiseleur
Copy link
Collaborator

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels May 28, 2025
@mloiseleur
Copy link
Collaborator

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 28, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mloiseleur

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 28, 2025
@k8s-ci-robot k8s-ci-robot merged commit 060ded1 into master May 28, 2025
22 checks passed
@k8s-ci-robot k8s-ci-robot deleted the dependabot/github_actions/dev-dependencies-1d85fc612f branch May 28, 2025 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants