Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2025

This PR contains the following updates:

Package Type Update Change
actions/setup-python action minor v6.0.0 -> v6.1.0

Release Notes

actions/setup-python (actions/setup-python)

v6.1.0

Compare Source

What's Changed
Enhancements:
Dependency and Documentation updates:
New Contributors

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


Configuration

📅 Schedule: 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 Pull requests that update a dependency file label Nov 25, 2025
@renovate renovate bot requested review from Maffooch and mtesauro as code owners November 25, 2025 04:44
@dryrunsecurity
Copy link

DryRun Security

This pull request updates a CI/CD workflow to use an unreleased and unstable Python version (python-version: 3.14) in .github/workflows/test-helm-chart.yml, which can introduce instability, unexpected failures, and potential security or compatibility issues; consider pinning to a released Python version (e.g., 3.11 or 3.12) or adding guards before using an unreleased interpreter.

Use of unreleased Python version in CI/CD in .github/workflows/test-helm-chart.yml
Vulnerability Use of unreleased Python version in CI/CD
Description The CI/CD workflow uses python-version: 3.14, which is an unreleased and unstable version of Python (scheduled for release in October 2025). This introduces instability, potential for unexpected failures, and reliance on software that may contain unknown bugs or security vulnerabilities, impacting the reliability and security of the build and test process.

python-version: 3.14 # Renovate helper is not needed here


All finding details can be found in the DryRun Security Dashboard.

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

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant