René's URL Explorer Experiment


Title: build(deps): bump actions/stale from 9 to 10 by dependabot[bot] · Pull Request #38 · evstack/.github · GitHub

Open Graph Title: build(deps): bump actions/stale from 9 to 10 by dependabot[bot] · Pull Request #38 · evstack/.github

X Title: build(deps): bump actions/stale from 9 to 10 by dependabot[bot] · Pull Request #38 · evstack/.github

Description: Bumps actions/stale from 9 to 10. Release notes Sourced from actions/stale's releases. v10.0.0 What's Changed Breaking Changes Upgrade to node 24 by @​salmanmkc in actions/stale#1279 Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. Release Notes Enhancement Introducing sort-by option by @​suyashgaonkar in actions/stale#1254 Dependency Upgrades Upgrade actions/publish-immutable-action from 0.0.3 to 0.0.4 by @​dependabot[bot] in actions/stale#1186 Upgrade undici from 5.28.4 to 5.28.5 by @​dependabot[bot] in actions/stale#1201 Upgrade @​action/cache from 4.0.0 to 4.0.2 by @​aparnajyothi-y in actions/stale#1226 Upgrade @​action/cache from 4.0.2 to 4.0.3 by @​suyashgaonkar in actions/stale#1233 Upgrade undici from 5.28.5 to 5.29.0 by @​dependabot[bot] in actions/stale#1251 Upgrade form-data to bring in fix for critical vulnerability by @​gowridurgad in actions/stale#1277 Documentation changes Changelog update for recent releases by @​suyashgaonkar in actions/stale#1224 Permissions update in Readme by @​ghadimir in actions/stale#1248 New Contributors @​suyashgaonkar made their first contribution in actions/stale#1224 @​GhadimiR made their first contribution in actions/stale#1248 @​gowridurgad made their first contribution in actions/stale#1277 @​salmanmkc made their first contribution in actions/stale#1279 Full Changelog: actions/stale@v9...v10.0.0 v9.1.0 What's Changed Documentation update by @​Marukome0743 in actions/stale#1116 Add workflow file for publishing releases to immutable action package by @​Jcambass in actions/stale#1179 Update undici from 5.28.2 to 5.28.4 by @​dependabot in actions/stale#1150 Update actions/checkout from 3 to 4 by @​dependabot in actions/stale#1091 Update actions/publish-action from 0.2.2 to 0.3.0 by @​dependabot in actions/stale#1147 Update ts-jest from 29.1.1 to 29.2.5 by @​dependabot in actions/stale#1175 Update @​actions/core from 1.10.1 to 1.11.1 by @​dependabot in actions/stale#1191 Update @​types/jest from 29.5.11 to 29.5.14 by @​dependabot in actions/stale#1193 Update @​actions/cache from 3.2.2 to 4.0.0 by @​dependabot in actions/stale#1194 New Contributors @​Marukome0743 made their first contribution in actions/stale#1116 @​Jcambass made their first contribution in actions/stale#1179 Full Changelog: actions/stale@v9...v9.1.0 Changelog Sourced from actions/stale's changelog. Changelog [9.1.0] What's Changed Documentation update by @​Marukome0743 in actions/stale#1116 Add workflow file for publishing releases to immutable action package by @​Jcambass in actions/stale#1179 Update undici from 5.28.2 to 5.28.4 by @​dependabot in actions/stale#1150 Update actions/checkout from 3 to 4 by @​dependabot in actions/stale#1091 Update actions/publish-action from 0.2.2 to 0.3.0 by @​dependabot in actions/stale#1147 Update ts-jest from 29.1.1 to 29.2.5 by @​dependabot in actions/stale#1175 Update @​actions/core from 1.10.1 to 1.11.1 by @​dependabot in actions/stale#1191 Update @​types/jest from 29.5.11 to 29.5.14 by @​dependabot in actions/stale#1193 Update @​actions/cache from 3.2.2 to 4.0.0 by @​dependabot in actions/stale#1194 [9.0.0] Breaking Changes Action is now stateful: If the action ends because of operations-per-run then the next run will start from the first unprocessed issue skipping the issues processed during the previous run(s). The state is reset when all the issues are processed. This should be considered for scheduling workflow runs. Version 9 of this action updated the runtime to Node.js 20. All scripts are now run with Node.js 20 instead of Node.js 16 and are affected by any breaking changes between Node.js 16 and 20. What Else Changed Performance optimization that removes unnecessary API calls by @​dsame in #1033; fixes #792 Logs displaying current GitHub API rate limit by @​dsame in #1032; addresses #1029 For more information, please read the action documentation and its section about statefulness [4.1.1] In scope of this release we updated actions/core to 1.10.0 for v4 and fixed issues operation count. [8.0.0] ⚠️ This version contains breaking changes ⚠️ New option labels-to-remove-when-stale enables users to specify list of comma delimited labels that will be removed when the issue or PR becomes stale by @​panticmilos actions/stale#770 Skip deleting the branch in the upstream of a forked repo by @​dsame actions/stale#913 abort the build on the error by @​dsame in actions/stale#935 [7.0.0] ⚠️ Breaking change ⚠️ Allow daysBeforeStale options to be float by @​irega in actions/stale#841 Use cache in check-dist.yml by @​jongwooo in actions/stale#876 fix print outputs step in existing workflows by @​irega in actions/stale#859 Update issue and PR templates, add/delete workflow files by @​IvanZosimov in actions/stale#880 Update how stale handles exempt items by @​johnsudol in actions/stale#874 ... (truncated) Commits 3a9db7e Upgrade to node 24 (#1279) 8f717f0 Bumps form-data (#1277) a92fd57 build(deps): bump undici from 5.28.5 to 5.29.0 (#1251) 128b2c8 Introducing sort-by option (#1254) f78de97 Update README.md (#1248) 816d9db Upgrade @​action/cache from 4.0.2 to 4.0.3 (#1233) ba23c1c upgrade actions/cache from 4.0.0 to 4.0.2 (#1226) a65e88a build(deps): bump undici from 5.28.4 to 5.28.5 (#1201) d4df79c Updates to CHANGELOG.MD for recent releases (#1224) ee7ef89 build(deps): bump actions/publish-immutable-action from 0.0.3 to 0.0.4 (#1186) See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Open Graph Description: Bumps actions/stale from 9 to 10. Release notes Sourced from actions/stale's releases. v10.0.0 What's Changed Breaking Changes Upgrade to node 24 by @​salmanmkc in actions/stale#1279 Mak...

X Description: Bumps actions/stale from 9 to 10. Release notes Sourced from actions/stale's releases. v10.0.0 What's Changed Breaking Changes Upgrade to node 24 by @​salmanmkc in actions/stale#...

Opengraph URL: https://github.com/evstack/.github/pull/38

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:377832aa-eeb4-20a6-211f-8cb599b09e6f
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8552:163C96:702AF9:9AF0DE:69822952
html-safe-nonce1fbf62172f215dab53681d121e35730d75d79601234255d208af880db76f79c9
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NTUyOjE2M0M5Njo3MDJBRjk6OUFGMERFOjY5ODIyOTUyIiwidmlzaXRvcl9pZCI6IjU2NDcxMDI2MTQwNjQ3MzY1OTQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac7299412caf60ba4e7020633869b98778b7fd3196ed1eed473b7bb6670ec9d7fd
hovercard-subject-tagpull_request:2806849507
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/evstack/.github/pull/38/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps actions/stale from 9 to 10. Release notes Sourced from actions/stale's releases. v10.0.0 What's Changed Breaking Changes Upgrade to node 24 by @​salmanmkc in actions/stale#1279 Mak...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonef29b4256dc96a8de29f6e5fad4bf98fdbfc5cb1dbb313013053581f8470d8a21
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/evstack/.github git https://github.com/evstack/.github.git
octolytics-dimension-user_id120482652
octolytics-dimension-user_loginevstack
octolytics-dimension-repository_id595179001
octolytics-dimension-repository_nwoevstack/.github
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id595179001
octolytics-dimension-repository_network_root_nwoevstack/.github
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release61292800a4f1180f0b13782adc5da7267ec99b94
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/evstack/.github/pull/38/changes#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fevstack%2F.github%2Fpull%2F38%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fevstack%2F.github%2Fpull%2F38%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=evstack%2F.github
Reloadhttps://patch-diff.githubusercontent.com/evstack/.github/pull/38/changes
Reloadhttps://patch-diff.githubusercontent.com/evstack/.github/pull/38/changes
Reloadhttps://patch-diff.githubusercontent.com/evstack/.github/pull/38/changes
evstack https://patch-diff.githubusercontent.com/evstack
.githubhttps://patch-diff.githubusercontent.com/evstack/.github
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fevstack%2F.github
Fork 1 https://patch-diff.githubusercontent.com/login?return_to=%2Fevstack%2F.github
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fevstack%2F.github
Code https://patch-diff.githubusercontent.com/evstack/.github
Issues 1 https://patch-diff.githubusercontent.com/evstack/.github/issues
Pull requests 6 https://patch-diff.githubusercontent.com/evstack/.github/pulls
Actions https://patch-diff.githubusercontent.com/evstack/.github/actions
Projects 0 https://patch-diff.githubusercontent.com/evstack/.github/projects
Security 0 https://patch-diff.githubusercontent.com/evstack/.github/security
Insights https://patch-diff.githubusercontent.com/evstack/.github/pulse
Code https://patch-diff.githubusercontent.com/evstack/.github
Issues https://patch-diff.githubusercontent.com/evstack/.github/issues
Pull requests https://patch-diff.githubusercontent.com/evstack/.github/pulls
Actions https://patch-diff.githubusercontent.com/evstack/.github/actions
Projects https://patch-diff.githubusercontent.com/evstack/.github/projects
Security https://patch-diff.githubusercontent.com/evstack/.github/security
Insights https://patch-diff.githubusercontent.com/evstack/.github/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fevstack%2F.github%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fevstack%2F.github%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
mainhttps://patch-diff.githubusercontent.com/evstack/.github/tree/main
dependabot/github_actions/actions/stale-10https://patch-diff.githubusercontent.com/evstack/.github/tree/dependabot/github_actions/actions/stale-10
Conversation 0 https://patch-diff.githubusercontent.com/evstack/.github/pull/38
Commits 1 https://patch-diff.githubusercontent.com/evstack/.github/pull/38/commits
Checks 7 https://patch-diff.githubusercontent.com/evstack/.github/pull/38/checks
Files changed https://patch-diff.githubusercontent.com/evstack/.github/pull/38/files
Please reload this pagehttps://patch-diff.githubusercontent.com/evstack/.github/pull/38/changes
build(deps): bump actions/stale from 9 to 10 https://patch-diff.githubusercontent.com/evstack/.github/pull/38/changes#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/evstack/.github/pull/38/files
7803095 build(deps): bump actions/stale from 9 to 10 dependabot[bot] Sep 8, 2025 https://patch-diff.githubusercontent.com/evstack/.github/pull/38/commits/78030953f67ef93e49b3e3dcdf9aa6a817cdcadf
Clear filters https://patch-diff.githubusercontent.com/evstack/.github/pull/38/files
Please reload this pagehttps://patch-diff.githubusercontent.com/evstack/.github/pull/38/changes
Please reload this pagehttps://patch-diff.githubusercontent.com/evstack/.github/pull/38/changes
.github/workflows/reusable_stale.ymlhttps://patch-diff.githubusercontent.com/evstack/.github/pull/38/changes#diff-f3dadfd86fa7dbf9f6bd8b9f259e404f63e6b7319499db86eee44a0bb631f917
View file https://patch-diff.githubusercontent.com/evstack/.github/blob/78030953f67ef93e49b3e3dcdf9aa6a817cdcadf/.github/workflows/reusable_stale.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/evstack/.github/pull/38/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/evstack/.github/pull/38/changes#diff-f3dadfd86fa7dbf9f6bd8b9f259e404f63e6b7319499db86eee44a0bb631f917
https://patch-diff.githubusercontent.com/evstack/.github/pull/38/changes#diff-f3dadfd86fa7dbf9f6bd8b9f259e404f63e6b7319499db86eee44a0bb631f917
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.