From 33d470fec554d91949015d24c4458668a8ef5274 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 18 Mar 2026 12:00:53 +0100 Subject: [PATCH] =?UTF-8?q?BREAKING=20CHANGE(github-action):=20Update=20do?= =?UTF-8?q?rny/paths-filter=20action=20v3=20=E2=86=92=20v4=20(#46170)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dorny/paths-filter](https://redirect.github.com/dorny/paths-filter) | action | major | `de90cc6` → `fbd0ab8` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
dorny/paths-filter (dorny/paths-filter) ### [`v4`](https://redirect.github.com/dorny/paths-filter/blob/HEAD/CHANGELOG.md#v400) [Compare Source](https://redirect.github.com/dorny/paths-filter/compare/v3...v4) - [Update action runtime to node24](https://redirect.github.com/dorny/paths-filter/pull/294)
--- ### 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- .github/actions/collect-changes/action.yaml | 2 +- .github/workflows/charts-release.yaml | 2 +- .github/workflows/common-tests.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/collect-changes/action.yaml b/.github/actions/collect-changes/action.yaml index ef7322c12fe..dc5eb31cc44 100644 --- a/.github/actions/collect-changes/action.yaml +++ b/.github/actions/collect-changes/action.yaml @@ -16,7 +16,7 @@ runs: using: "composite" steps: - name: Collect changed files - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4 id: filter with: list-files: shell diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index eef20bffe65..6c22be8317e 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -37,7 +37,7 @@ jobs: - name: Filter paths id: filter - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4 with: list-files: json filters: | diff --git a/.github/workflows/common-tests.yaml b/.github/workflows/common-tests.yaml index 5193634ea87..06a66aae08d 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -32,7 +32,7 @@ jobs: - name: Filter paths id: filter - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4 with: list-files: json filters: |