Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 29, 2024

This PR contains the following updates:

Package Type Update Change
actions/setup-python action minor v4.6.1v4.9.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v4.9.1

Compare Source

What's Changed

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

v4.9.0

Compare Source

What's Changed

  • Upgrade actions/cache to 4.0.3 by @​priya-kinthali in #​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

Compare Source

What's Changed

In scope of this release we added support for GraalPy (#​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

v4.7.1

Compare Source

What's Changed

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

v4.7.0

Compare Source

In scope of this release, the support for reading python version from pyproject.toml was added (#​669).

      - name: Setup Python
        uses: actions/setup-python@v4
        with:
          python-version-file: pyproject.toml
Besides, it includes such changes as:

New Contributors

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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
Copy link
Contributor Author

renovate bot commented Feb 29, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot assigned timoa Feb 29, 2024
@renovate renovate bot force-pushed the fix/deps/actions-setup-python-4.x branch from 862a082 to 727c683 Compare April 25, 2025 21:55
@renovate renovate bot changed the title chore(deps): update actions/setup-python action to v4.8.0 chore(deps): update actions/setup-python action to v4.9.0 Apr 25, 2025
| datasource  | package              | from   | to     |
| ----------- | -------------------- | ------ | ------ |
| github-tags | actions/setup-python | v4.6.1 | v4.9.1 |
@renovate renovate bot force-pushed the fix/deps/actions-setup-python-4.x branch from 727c683 to 6c52857 Compare May 2, 2025 16:54
@renovate renovate bot changed the title chore(deps): update actions/setup-python action to v4.9.0 chore(deps): update actions/setup-python action to v4.9.1 May 2, 2025
@renovate renovate bot changed the title chore(deps): update actions/setup-python action to v4.9.1 chore(deps): update actions/setup-python action to v4.9.1 - autoclosed Nov 12, 2025
@renovate renovate bot closed this Nov 12, 2025
@renovate renovate bot deleted the fix/deps/actions-setup-python-4.x branch November 12, 2025 11:56
@renovate renovate bot changed the title chore(deps): update actions/setup-python action to v4.9.1 - autoclosed chore(deps): update actions/setup-python action to v4.9.1 Nov 13, 2025
@renovate renovate bot reopened this Nov 13, 2025
@renovate renovate bot force-pushed the fix/deps/actions-setup-python-4.x branch from a6d8e61 to 6c52857 Compare November 13, 2025 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants