This is an automated email from the ASF dual-hosted git repository.

dsmiley pushed a commit to branch branch_10x
in repository https://gitbox.apache.org/repos/asf/solr.git

commit e390de59aec073aa6e5f3fccd1c94c365e2f8a81
Author: Solr Bot <[email protected]>
AuthorDate: Thu Sep 3 12:50:11 2026 +0200

    Update GitHub Actions (major) (#4854)
    
    (cherry picked from commit 46fbe39c7f7f4e8f4f94dd5cc618f6ff4bbf18bd)
---
 .github/workflows/dependency-graph-submission.yml            | 2 +-
 .github/workflows/labeler.yml                                | 2 +-
 .github/workflows/stale.yml                                  | 2 +-
 changelog/unreleased/PR#4854-update-github-actions-major.yml | 7 +++++++
 4 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/dependency-graph-submission.yml 
b/.github/workflows/dependency-graph-submission.yml
index 7228e85646c..bff3b8e13ac 100644
--- a/.github/workflows/dependency-graph-submission.yml
+++ b/.github/workflows/dependency-graph-submission.yml
@@ -13,7 +13,7 @@ jobs:
     steps:
       - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # 
v7.0.1
 
-      - uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # 
v5.7.0
+      - uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # 
v6.0.0
         with:
           distribution: temurin
           java-version: 21
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 953f3559045..772a7fc1f51 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -13,7 +13,7 @@ jobs:
       pull-requests: write
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.2.0
+      - uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7.0.0
         with:
           sync-labels: true
       
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index d328faec938..b07b6f98a64 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -18,7 +18,7 @@ jobs:
       pull-requests: write
       actions: write
     steps:
-      - uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0
+      - uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11.0.0
         with:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
 
diff --git a/changelog/unreleased/PR#4854-update-github-actions-major.yml 
b/changelog/unreleased/PR#4854-update-github-actions-major.yml
new file mode 100644
index 00000000000..c684cf623ba
--- /dev/null
+++ b/changelog/unreleased/PR#4854-update-github-actions-major.yml
@@ -0,0 +1,7 @@
+title: Update GitHub Actions (major)
+type: dependency_update
+authors:
+- name: solrbot
+links:
+- name: PR#4854
+  url: https://github.com/apache/solr/pull/4854

Reply via email to