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

github-actions[bot] pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x by this push:
     new ded9666696 Bump actions/stale from 10.3.0 to 11.0.0 in the 
actions-all-2-x group (#4289)
ded9666696 is described below

commit ded9666696e70a142bf27524ebd59cac5603d977
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 6 04:32:18 2026 +0000

    Bump actions/stale from 10.3.0 to 11.0.0 in the actions-all-2-x group 
(#4289)
    
    * Bump actions/stale from 10.3.0 to 11.0.0 in the actions-all-2-x group
    
    Bumps the actions-all-2-x group with 1 update: 
[actions/stale](https://github.com/actions/stale).
    
    
    Updates `actions/stale` from 10.3.0 to 11.0.0
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - 
[Commits](https://github.com/actions/stale/compare/eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899...4391f3da665fdf50b6810c1a66712fb9ba21aa93)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-version: 11.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions-all-2-x
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Generate changelog entries for #4289
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Ramanathan <[email protected]>
---
 .github/workflows/close-stale.yaml            | 2 +-
 src/changelog/.2.x.x/update_actions_stale.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/close-stale.yaml 
b/.github/workflows/close-stale.yaml
index 68c8d3ebcf..e40c38a831 100644
--- a/.github/workflows/close-stale.yaml
+++ b/.github/workflows/close-stale.yaml
@@ -28,7 +28,7 @@ jobs:
   stale:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899    # 
v10.3.0
+      - uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93    # 
v11.0.0
         with:
           # Labels need to match with the ones in `labeler.yaml`!
           only-labels: waiting-for-user
diff --git a/src/changelog/.2.x.x/update_actions_stale.xml 
b/src/changelog/.2.x.x/update_actions_stale.xml
index 717fbb4785..68dcea61a5 100644
--- a/src/changelog/.2.x.x/update_actions_stale.xml
+++ b/src/changelog/.2.x.x/update_actions_stale.xml
@@ -3,6 +3,6 @@
        xmlns="https://logging.apache.org/xml/ns";
        xsi:schemaLocation="https://logging.apache.org/xml/ns 
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd";
        type="updated">
-  <issue id="4137" link="https://github.com/apache/logging-log4j2/pull/4137"/>
-  <description format="asciidoc">Update `actions/stale` to version 
`10.3.0`</description>
+  <issue id="4289" link="https://github.com/apache/logging-log4j2/pull/4289"/>
+  <description format="asciidoc">Update `actions/stale` to version 
`11.0.0`</description>
 </entry>

Reply via email to