Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 8, 2025

This PR contains the following updates:

Package Type Update Change
python uses-with minor 3.13 -> 3.14

Release Notes

actions/python-versions (python)

v3.14.0: 3.14.0

Compare Source

Python 3.14.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 requested a review from Maffooch as a code owner October 8, 2025 06:27
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 8, 2025
@renovate renovate bot requested a review from mtesauro as a code owner October 8, 2025 06:27
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 8, 2025
@dryrunsecurity
Copy link

dryrunsecurity bot commented Oct 8, 2025

DryRun Security

This pull request configures CI to use Python 3.14, a pre-release/future Python version, which risks unstable builds, unexpected test failures, and missing security patches in the pipeline. Consider pinning to a stable, supported Python release to ensure reliable and secure CI runs.

Use of Pre-Release Python Version in CI/CD in .github/workflows/test-helm-chart.yml
Vulnerability Use of Pre-Release Python Version in CI/CD
Description The GitHub Actions workflow is configured to use python-version: 3.14. Evidence from python.org and other documentation indicates that Python 3.14 is a future, pre-release version, with an expected release date in late 2025. Using a non-stable, development version in a CI/CD pipeline introduces significant risks, including instability, unexpected bugs, and a lack of timely security patches. This can lead to unreliable builds, test failures, and expose the build environment to unpatched vulnerabilities, compromising the integrity and security of the development process.

python-version: 3.14
- name: Configure Helm repos
run: |-


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

@renovate renovate bot changed the title chore(deps): update dependency python from 3.13.8 to 3.14 (.github/workflows/test-helm-chart.yml) Update dependency python from 3.13.8 to 3.14 (.github/workflows/test-helm-chart.yml) Oct 8, 2025
@renovate renovate bot changed the title Update dependency python from 3.13.8 to 3.14 (.github/workflows/test-helm-chart.yml) chore(deps): update dependency python from 3.13.8 to 3.14 (.github/workflows/test-helm-chart.yml) Oct 8, 2025
@renovate renovate bot force-pushed the renovate/python-3.x branch from 707d2be to 3f5ca08 Compare October 9, 2025 09:38
Copy link
Contributor

@mtesauro mtesauro left a comment

Choose a reason for hiding this comment

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

Approved

@Maffooch Maffooch merged commit 3a91a81 into dev Oct 10, 2025
149 checks passed
@renovate renovate bot deleted the renovate/python-3.x branch November 3, 2025 18:53
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.

3 participants