Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Type Update Change
ni/python-actions action minor v0.6.1 -> v0.7.0

Release Notes

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.

🔕 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.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 29, 2025

Test Results

  120 files  ±0    120 suites  ±0   3m 32s ⏱️ ±0s
  240 tests ±0    238 ✅ ±0   2 💤 ±0  0 ❌ ±0 
2 400 runs  ±0  2 370 ✅ ±0  30 💤 ±0  0 ❌ ±0 

Results for commit d104a33. ± Comparison against base commit 7a4e502.

♻️ This comment has been updated with latest results.

@renovate renovate bot changed the title chore(deps): update github actions chore(deps): update github actions - autoclosed Sep 29, 2025
@renovate renovate bot closed this Sep 29, 2025
@renovate renovate bot deleted the users/renovate/github-actions branch September 29, 2025 23:28
@renovate renovate bot changed the title chore(deps): update github actions - autoclosed chore(deps): update github actions Oct 6, 2025
@renovate renovate bot reopened this Oct 6, 2025
@renovate renovate bot force-pushed the users/renovate/github-actions branch from ae04596 to 0335323 Compare October 6, 2025 06:07
@renovate renovate bot changed the title chore(deps): update github actions chore(deps): update ni/python-actions action to v0.7.0 Oct 6, 2025
@renovate renovate bot force-pushed the users/renovate/github-actions branch from 0335323 to 2d72633 Compare October 6, 2025 10:52
@renovate renovate bot force-pushed the users/renovate/github-actions branch from 2d72633 to bea739f Compare October 6, 2025 15:48
…yze-project

Signed-off-by: Joe Friedrichsen <114173023+jfriedri-ni@users.noreply.github.com>
@renovate
Copy link
Contributor Author

renovate bot commented Oct 6, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@jfriedri-ni jfriedri-ni merged commit a6dd7a1 into main Oct 6, 2025
348 checks passed
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.

2 participants