Skip to content

chore(ci): bump dorny/paths-filter from 3 to 4#71

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/dorny/paths-filter-4
Open

chore(ci): bump dorny/paths-filter from 3 to 4#71
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/dorny/paths-filter-4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2026

Bumps dorny/paths-filter from 3 to 4.

Release notes

Sourced from dorny/paths-filter's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: dorny/paths-filter@v3.0.3...v4.0.0

v3.0.3

What's Changed

New Contributors

Full Changelog: dorny/paths-filter@v3...v3.0.3

v3.0.2

What's Changed

New Contributors

Full Changelog: dorny/paths-filter@v3...v3.0.2

v3.0.1

What's Changed

New Contributors

Full Changelog: dorny/paths-filter@v3...v3.0.1

Changelog

Sourced from dorny/paths-filter's changelog.

Changelog

v4.0.0

v3.0.3

v3.0.2

v3.0.1

v3.0.0

v2.11.1

v2.11.0

v2.10.2

v2.10.1

v2.10.0

v2.9.3

v2.9.2

v2.9.1

v2.9.0

... (truncated)

Commits
  • fbd0ab8 feat: add merge_group event support
  • efb1da7 feat: add dist/ freshness check to PR workflow
  • d8f7b06 Merge pull request #302 from dorny/issue-299
  • addbc14 Update README for v4
  • 9d7afb8 Update CHANGELOG for v4.0.0
  • 782470c Merge branch 'releases/v3'
  • d1c1ffe Update CHANGELOG for v3.0.3
  • ce10459 Merge pull request #294 from saschabratton/master
  • 5f40380 feat: update action runtime to node24
  • 668c092 Merge pull request #279 from wardpeet/patch-1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 14, 2026
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 3 to 4.
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](dorny/paths-filter@v3...v4)

---
updated-dependencies:
- dependency-name: dorny/paths-filter
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from neiii as a code owner March 14, 2026 19:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 14, 2026
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 14, 2026

Greptile Summary

Dependabot bumps dorny/paths-filter from v3 to v4 in the CI workflow. The v4 release updates the action's Node.js runtime to node24 with no changes to inputs, outputs, or behavior — the existing filters configuration in the changes job is fully compatible.

  • Bumps dorny/paths-filter from v3 to v4 in .github/workflows/ci.yml (line 23)
  • No breaking changes: v4 only updates the action runtime from node20 to node24
  • All downstream jobs (check, fmt, clippy, test, coverage, etc.) that depend on the changes job output remain unaffected

Confidence Score: 5/5

  • This PR is safe to merge — it's a straightforward major version bump with no behavioral changes.
  • The only change is a version string bump from v3 to v4 for dorny/paths-filter. The v4 release only updates the Node.js runtime to node24 with no breaking changes to the action's API. The existing workflow configuration is fully compatible.
  • No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/ci.yml Single-line version bump of dorny/paths-filter from v3 to v4 (node24 runtime update); no changes to action inputs/outputs or workflow behavior.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Push / PR to master] --> B[changes job]
    B -->|"dorny/paths-filter@v4<br/>(bumped from v3)"| C{code changed?}
    C -->|true| D[check]
    C -->|true| E[fmt]
    C -->|true| F[clippy]
    C -->|true| G[test]
    C -->|true| H[coverage]
    C -->|true| I[unused-deps]
    C -->|true| J[docs]
    C -->|true| K[large-files]
    C -->|true| L[todo-scanner]
    C -->|true| M[duplicate-code]
    C -->|false| N[Skip all jobs]
Loading

Last reviewed commit: 8e68883

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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants