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 3bb440af8e Bump actions/stale from 9.1.0 to 10.2.0 in the dependencies 
group across 1 directory (#4121)
3bb440af8e is described below

commit 3bb440af8e7da6b5b9030391e91bc47f25d95f83
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 18 11:02:47 2026 +0200

    Bump actions/stale from 9.1.0 to 10.2.0 in the dependencies group across 1 
directory (#4121)
    
    * Bump actions/stale in the dependencies group across 1 directory
    
    Bumps the dependencies group with 1 update in the / directory: 
[actions/stale](https://github.com/actions/stale).
    
    
    Updates `actions/stale` from 9.1.0 to 10.2.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/5bef64f19d7facfb25b37b414482c7164d639639...b5d41d4e1d5dceea10e7104786b73624c18a190f)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-version: 10.2.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Generate changelog entries for #4121
    
    ---------
    
    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>
---
 .github/workflows/close-stale.yaml            | 2 +-
 src/changelog/.2.x.x/update_actions_stale.xml | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/close-stale.yaml 
b/.github/workflows/close-stale.yaml
index 5978d1aac5..50870630b7 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@5bef64f19d7facfb25b37b414482c7164d639639    # 
v9.1.0
+      - uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f    # 
v10.2.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
new file mode 100644
index 0000000000..4d772217e1
--- /dev/null
+++ b/src/changelog/.2.x.x/update_actions_stale.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       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="4121" link="https://github.com/apache/logging-log4j2/pull/4121"/>
+  <description format="asciidoc">Update `actions/stale` to version 
`10.2.0`</description>
+</entry>

Reply via email to