Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2025

This PR contains the following updates:

Package Type Update Change
actions/cache action minor v4.2.4 -> v4.3.0
ni/python-actions action minor v0.6.1 -> v0.7.0
ni/python-actions action minor v0.5.1 -> v0.7.0

Release Notes

actions/cache (actions/cache)

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4...v4.3.0

ni/python-actions (ni/python-actions)

v0.7.0: ni/python-actions v0.7.0

Compare Source

What's Changed
  • analyze-project: Replace extras input with a more general install-args input (#​40)

    • Now you can use install-args to pass whatever arguments you want to poetry install. Example:
    - uses: ni/python-actions/analyze-project@v0
      with:
        project-directory: ${{ github.workspace }}/packages/myproject
        install-args: "--extras 'colors serialization' --with dev,docs,utils"
    • The extras input has been removed. This breaks compatibility, but this project's major version is still 0, so we are only bumping the minor version.
  • setup-poetry: Use temporary directory for Poetry installs (#​41)

    • Originally, the Poetry install directory was $HOME/.local/poetry. This worked fine on GitHub-hosted runners and ephemeral self-hosted runners, but on long-lived self-hosted runners it produces errors when the directory already exists.
    • In v0.6.0, the Poetry install directory was changed to $GITHUB_WORKSPACE/.cache/poetry so that self-hosted runners would automatically clean it up. However, this broke compatibility with clients that run tools that search the entire GitHub workspace for Python files.
    • In v0.6.1, the Poetry install directory was changed to the pipeline directory ($GITHUB_WORKSPACE/..) to hide it from tools that search the entire GitHub workspace. However, this caused a regression for long-lived self-hosted runners.
    • In v0.7.0, the Poetry install directory was changed to $RUNNER_TEMP/poetry, which is cleaned up before/after each job, but which is outside the GitHub workspace. This directory seems to be stable enough that caching is still effective. Hopefully this will be the last change of Poetry install location; if not, we will probably add an input to allow overriding it.

Full Changelog: ni/python-actions@v0.6.1...v0.7.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone US/Central, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

Test Results

    44 files  ±0      44 suites  ±0   1h 5m 23s ⏱️ +7s
 3 094 tests ±0   2 435 ✅ ±0     659 💤 ±0  0 ❌ ±0 
51 480 runs  ±0  41 046 ✅ ±0  10 434 💤 ±0  0 ❌ ±0 

Results for commit 615870e. ± Comparison against base commit 0bb90ce.

@zhindes zhindes merged commit f3eb866 into master Oct 13, 2025
32 checks passed
@renovate renovate bot deleted the users/renovate/github-actions branch October 13, 2025 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant