chore(ci): Bump dorny/paths-filter from v3.0.1 to v4.0.1#20251
Merged
chore(ci): Bump dorny/paths-filter from v3.0.1 to v4.0.1#20251
Conversation
Upgrade `dorny/paths-filter` from v3.0.1 to v4 in ci-metadata and flaky-test-detector workflows. The v4 major bump was solely for the Node.js runtime upgrade from node20 to node24. There are no functional breaking changes — all inputs (`filters`, `list-files`) and outputs we use remain identical. Other changes included in the jump from v3.0.1: - v3.0.2/v3.0.3: Added `predicate-quantifier` param (not used by us) - v4.0.1: Added `merge_group` event support (not used by us) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨Core
Deps
Other
Bug Fixes 🐛Deno
Other
Internal Changes 🔧Ci
Deps
Other
🤖 This preview updates automatically when you update the PR. |
Contributor
size-limit report 📦
|
Contributor
node-overhead report 🧳Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application.
|
logaretm
approved these changes
Apr 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dorny/paths-filterfrom v3.0.1 to v4.0.1 inci-metadataandflaky-test-detectorworkflowsChangelog (v3.0.1 → v4.0.1)
predicate-quantifierparameter (not used by us)node20tonode24(the only breaking change)merge_groupevent support (not used by us)Usage verification
Our usage relies on:
filtersinput with glob patterns → unchanged in v4list-files: jsoninput → unchanged in v4outputs.<filter_name>(string'true'/'false') → unchanged in v4outputs.<filter_name>_files(JSON file list) → unchanged in v4No configuration changes needed — drop-in replacement.
Test plan
ci-metadatajob correctly detects changed packagesflaky-test-detectorjob correctly detects changed test files🤖 Generated with Claude Code