Commit 29dd39922f6 for woocommerce

commit 29dd39922f63ed57cfac15cfb6f9a155bc909f72
Author: Adrian Moldovan <3854374+adimoldovan@users.noreply.github.com>
Date:   Tue Jul 14 19:03:22 2026 +0300

    ci: upgrade actions/labeler v3 → v6.2.0 and migrate config (#66599)

diff --git a/.github/project-pr-labeler.yml b/.github/project-pr-labeler.yml
index dcf27d3984c..486f8e8a3d6 100644
--- a/.github/project-pr-labeler.yml
+++ b/.github/project-pr-labeler.yml
@@ -1,70 +1,114 @@
 'package: @woocommerce/e2e-utils-playwright':
-  - packages/js/e2e-utils-playwright/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+          - packages/js/e2e-utils-playwright/**/*

 'package: @woocommerce/components':
-  - packages/js/components/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+          - packages/js/components/**/*

 'package: @woocommerce/csv-export':
-  - packages/js/csv-export/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+          - packages/js/csv-export/**/*

 'package: @woocommerce/currency':
-  - packages/js/currency/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+          - packages/js/currency/**/*

 'package: @woocommerce/customer-effort-score':
-  - packages/js/customer-effort-score/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+          - packages/js/customer-effort-score/**/*

 'package: @woocommerce/data':
-  - packages/js/data/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+          - packages/js/data/**/*

 'package: @woocommerce/date':
-  - packages/js/date/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+          - packages/js/date/**/*

 'package: dependency-extraction-webpack-plugin':
-  - packages/js/dependency-extraction-webpack-plugin/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+          - packages/js/dependency-extraction-webpack-plugin/**/*

 'package: @woocommerce/eslint-plugin':
-  - packages/js/eslint-plugin/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+          - packages/js/eslint-plugin/**/*

 'package: @woocommerce/experimental':
-  - packages/js/experimental/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+          - packages/js/experimental/**/*

 'package: @woocommerce/explat':
-  - packages/js/explat/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+          - packages/js/explat/**/*

 'package: @woocommerce/navigation':
-  - packages/js/navigation/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+          - packages/js/navigation/**/*

 'package: @woocommerce/number':
-  - packages/js/number/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+          - packages/js/number/**/*

 'package: @woocommerce/onboarding':
-  - packages/js/onboarding/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+          - packages/js/onboarding/**/*

 'package: @woocommerce/tracks':
-  - packages/js/tracks/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+          - packages/js/tracks/**/*

 'plugin: woocommerce':
-  - plugins/woocommerce/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+          - plugins/woocommerce/**/*

 'plugin: woocommerce beta tester':
-  - plugins/woocommerce-beta-tester/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+          - plugins/woocommerce-beta-tester/**/*

 'focus: performance tests':
-  - plugins/woocommerce/tests/performance/**/*
-  - plugins/woocommerce/tests/metrics/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+          - plugins/woocommerce/tests/performance/**/*
+          - plugins/woocommerce/tests/metrics/**/*

 'focus: api tests':
-  - plugins/woocommerce/tests/e2e/tests/api-tests/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+          - plugins/woocommerce/tests/e2e/tests/api-tests/**/*

 'focus: e2e tests':
-  - plugins/woocommerce/tests/e2e/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+          - plugins/woocommerce/tests/e2e/**/*

 'Documentation':
-  - docs/**/*
+  - changed-files:
+      - any-glob-to-any-file:
+          - docs/**/*

 'focus: monorepo infrastructure':
-  - .github/**/*
-  - bin/**/*
-  - tools/**/*
-  - '**/composer.json'
-  - '**/package.json'
+  - changed-files:
+      - any-glob-to-any-file:
+          - .github/**/*
+          - bin/**/*
+          - tools/**/*
+          - '**/composer.json'
+          - '**/package.json'
diff --git a/.github/workflows/pr-project-label.yml b/.github/workflows/pr-project-label.yml
index 19451067a13..07672116d88 100644
--- a/.github/workflows/pr-project-label.yml
+++ b/.github/workflows/pr-project-label.yml
@@ -16,7 +16,7 @@ jobs:
             contents: read
             pull-requests: write
         steps:
-            - uses: actions/labeler@3d612d72e6784a1a65365cc6d33b5a001c12bf10 # v3.1.0
+            - uses: actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.2.0
               with:
                   repo-token: '${{ secrets.GITHUB_TOKEN }}'
                   configuration-path: .github/project-pr-labeler.yml