René's URL Explorer Experiment


Title: Bump the actions group with 2 updates by dependabot[bot] · Pull Request #252 · python/python-docs-theme · GitHub

Open Graph Title: Bump the actions group with 2 updates by dependabot[bot] · Pull Request #252 · python/python-docs-theme

X Title: Bump the actions group with 2 updates by dependabot[bot] · Pull Request #252 · python/python-docs-theme

Description: Bumps the actions group with 2 updates: actions/checkout and actions/download-artifact. Updates actions/checkout from 4 to 5 Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @​salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by @​salmanmkc in actions/checkout#2238 ⚠️ Minimum Compatible Runner Version v2.327.1 Release Notes Make sure your runner is updated to this version or newer to use this release. Full Changelog: actions/checkout@v4...v5.0.0 v4.3.0 What's Changed docs: update README.md by @​motss in actions/checkout#1971 Add internal repos for checking out multiple repositories by @​mouismail in actions/checkout#1977 Documentation update - add recommended permissions to Readme by @​benwells in actions/checkout#2043 Adjust positioning of user email note and permissions heading by @​joshmgross in actions/checkout#2044 Update README.md by @​nebuk89 in actions/checkout#2194 Update CODEOWNERS for actions by @​TingluoHuang in actions/checkout#2224 Update package dependencies by @​salmanmkc in actions/checkout#2236 Prepare release v4.3.0 by @​salmanmkc in actions/checkout#2237 New Contributors @​motss made their first contribution in actions/checkout#1971 @​mouismail made their first contribution in actions/checkout#1977 @​benwells made their first contribution in actions/checkout#2043 @​nebuk89 made their first contribution in actions/checkout#2194 @​salmanmkc made their first contribution in actions/checkout#2236 Full Changelog: actions/checkout@v4...v4.3.0 v4.2.2 What's Changed url-helper.ts now leverages well-known environment variables by @​jww3 in actions/checkout#1941 Expand unit test coverage for isGhes by @​jww3 in actions/checkout#1946 Full Changelog: actions/checkout@v4.2.1...v4.2.2 v4.2.1 What's Changed Check out other refs/* by commit if provided, fall back to ref by @​orhantoy in actions/checkout#1924 New Contributors @​Jcambass made their first contribution in actions/checkout#1919 Full Changelog: actions/checkout@v4.2.0...v4.2.1 ... (truncated) Changelog Sourced from actions/checkout's changelog. Changelog V5.0.0 Update actions checkout to use node 24 by @​salmanmkc in actions/checkout#2226 V4.3.0 docs: update README.md by @​motss in actions/checkout#1971 Add internal repos for checking out multiple repositories by @​mouismail in actions/checkout#1977 Documentation update - add recommended permissions to Readme by @​benwells in actions/checkout#2043 Adjust positioning of user email note and permissions heading by @​joshmgross in actions/checkout#2044 Update README.md by @​nebuk89 in actions/checkout#2194 Update CODEOWNERS for actions by @​TingluoHuang in actions/checkout#2224 Update package dependencies by @​salmanmkc in actions/checkout#2236 v4.2.2 url-helper.ts now leverages well-known environment variables by @​jww3 in actions/checkout#1941 Expand unit test coverage for isGhes by @​jww3 in actions/checkout#1946 v4.2.1 Check out other refs/* by commit if provided, fall back to ref by @​orhantoy in actions/checkout#1924 v4.2.0 Add Ref and Commit outputs by @​lucacome in actions/checkout#1180 Dependency updates by @​dependabot- actions/checkout#1777, actions/checkout#1872 v4.1.7 Bump the minor-npm-dependencies group across 1 directory with 4 updates by @​dependabot in actions/checkout#1739 Bump actions/checkout from 3 to 4 by @​dependabot in actions/checkout#1697 Check out other refs/* by commit by @​orhantoy in actions/checkout#1774 Pin actions/checkout's own workflows to a known, good, stable version. by @​jww3 in actions/checkout#1776 v4.1.6 Check platform to set archive extension appropriately by @​cory-miller in actions/checkout#1732 v4.1.5 Update NPM dependencies by @​cory-miller in actions/checkout#1703 Bump github/codeql-action from 2 to 3 by @​dependabot in actions/checkout#1694 Bump actions/setup-node from 1 to 4 by @​dependabot in actions/checkout#1696 Bump actions/upload-artifact from 2 to 4 by @​dependabot in actions/checkout#1695 README: Suggest user.email to be 41898282+github-actions[bot]@users.noreply.github.com by @​cory-miller in actions/checkout#1707 v4.1.4 Disable extensions.worktreeConfig when disabling sparse-checkout by @​jww3 in actions/checkout#1692 Add dependabot config by @​cory-miller in actions/checkout#1688 Bump the minor-actions-dependencies group with 2 updates by @​dependabot in actions/checkout#1693 Bump word-wrap from 1.2.3 to 1.2.5 by @​dependabot in actions/checkout#1643 v4.1.3 ... (truncated) Commits 08c6903 Prepare v5.0.0 release (#2238) 9f26565 Update actions checkout to use node 24 (#2226) See full diff in compare view Updates actions/download-artifact from 4 to 5 Release notes Sourced from actions/download-artifact's releases. v5.0.0 What's Changed Update README.md by @​nebuk89 in actions/download-artifact#407 BREAKING fix: inconsistent path behavior for single artifact downloads by ID by @​GrantBirki in actions/download-artifact#416 v5.0.0 🚨 Breaking Change This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change. What Changed Previously, single artifact downloads behaved differently depending on how you specified the artifact: By name: name: my-artifact → extracted to path/ (direct) By ID: artifact-ids: 12345 → extracted to path/my-artifact/ (nested) Now both methods are consistent: By name: name: my-artifact → extracted to path/ (unchanged) By ID: artifact-ids: 12345 → extracted to path/ (fixed - now direct) Migration Guide ✅ No Action Needed If: You download artifacts by name You download multiple artifacts by ID You already use merge-multiple: true as a workaround ⚠️ Action Required If: You download single artifacts by ID and your workflows expect the nested directory structure. Before v5 (nested structure): - uses: actions/download-artifact@v4 with: artifact-ids: 12345 path: dist # Files were in: dist/my-artifact/ Where my-artifact is the name of the artifact you previously uploaded To maintain old behavior (if needed): ... (truncated) Commits 634f93c Merge pull request #416 from actions/single-artifact-id-download-path b19ff43 refactor: resolve download path correctly in artifact download tests (mainly ... e262cbe bundle dist bff23f9 update docs fff8c14 fix download path logic when downloading a single artifact by id 448e3f8 Merge pull request #407 from actions/nebuk89-patch-1 47225c4 Update README.md 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 major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) @dependabot ignore minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) @dependabot ignore will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) @dependabot unignore will remove all of the ignore conditions of the specified dependency @dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions 📚 Documentation preview 📚: https://python-docs-theme-previews--252.org.readthedocs.build/

Open Graph Description: Bumps the actions group with 2 updates: actions/checkout and actions/download-artifact. Updates actions/checkout from 4 to 5 Release notes Sourced from actions/checkout's releases. v5.0.0 Wha...

X Description: Bumps the actions group with 2 updates: actions/checkout and actions/download-artifact. Updates actions/checkout from 4 to 5 Release notes Sourced from actions/checkout's releases. v5.0.0...

Opengraph URL: https://github.com/python/python-docs-theme/pull/252

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:7c89d76a-a013-7012-7468-587d8534787a
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-id90F6:17112B:107810F:16CCE36:69739916
html-safe-nonce4445edade64e327d784e055fa729b5d62bd890c75a0842fa7ed8e3c417c149f5
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MEY2OjE3MTEyQjoxMDc4MTBGOjE2Q0NFMzY6Njk3Mzk5MTYiLCJ2aXNpdG9yX2lkIjoiMTg2ODU2NTY4NjEzMzE2ODQwNiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac9ee8fefa948d47e1989ce59edfb2553f5d11319b0ef5cdf98e3c789e04de95aa
hovercard-subject-tagpull_request:2793094814
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python/python-docs-theme/pull/252/checks
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 the actions group with 2 updates: actions/checkout and actions/download-artifact. Updates actions/checkout from 4 to 5 Release notes Sourced from actions/checkout's releases. v5.0.0 Wha...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None2050cdbbbbb4ed55fd8fdf9b956111480f540c8aea2ae70cb27cdafc585f54a8
turbo-cache-controlno-preview
go-importgithub.com/python/python-docs-theme git https://github.com/python/python-docs-theme.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id93341818
octolytics-dimension-repository_nwopython/python-docs-theme
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id93341818
octolytics-dimension-repository_network_root_nwopython/python-docs-theme
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasedb1779077eea7e25848d6e8f2461754c9e48f3ec
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/python-docs-theme/pull/252/checks#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fpython-docs-theme%2Fpull%2F252%2Fchecks
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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fpython-docs-theme%2Fpull%2F252%2Fchecks
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=python%2Fpython-docs-theme
Reloadhttps://github.com/python/python-docs-theme/pull/252/checks
Reloadhttps://github.com/python/python-docs-theme/pull/252/checks
Reloadhttps://github.com/python/python-docs-theme/pull/252/checks
python https://github.com/python
python-docs-themehttps://github.com/python/python-docs-theme
Please reload this pagehttps://github.com/python/python-docs-theme/pull/252/checks
Notifications https://github.com/login?return_to=%2Fpython%2Fpython-docs-theme
Fork 75 https://github.com/login?return_to=%2Fpython%2Fpython-docs-theme
Star 84 https://github.com/login?return_to=%2Fpython%2Fpython-docs-theme
Code https://github.com/python/python-docs-theme
Issues 12 https://github.com/python/python-docs-theme/issues
Pull requests 4 https://github.com/python/python-docs-theme/pulls
Actions https://github.com/python/python-docs-theme/actions
Projects 0 https://github.com/python/python-docs-theme/projects
Security 0 https://github.com/python/python-docs-theme/security
Insights https://github.com/python/python-docs-theme/pulse
Code https://github.com/python/python-docs-theme
Issues https://github.com/python/python-docs-theme/issues
Pull requests https://github.com/python/python-docs-theme/pulls
Actions https://github.com/python/python-docs-theme/actions
Projects https://github.com/python/python-docs-theme/projects
Security https://github.com/python/python-docs-theme/security
Insights https://github.com/python/python-docs-theme/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpython%2Fpython-docs-theme%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpython%2Fpython-docs-theme%2Fissues%2Fnew%2Fchoose
hugovkhttps://github.com/hugovk
mainhttps://github.com/python/python-docs-theme/tree/main
dependabot/github_actions/actions-7921bc0373https://github.com/python/python-docs-theme/tree/dependabot/github_actions/actions-7921bc0373
Conversation 0 https://github.com/python/python-docs-theme/pull/252
Commits 1 https://github.com/python/python-docs-theme/pull/252/commits
Checks 21 https://github.com/python/python-docs-theme/pull/252/checks
Files changed 3 https://github.com/python/python-docs-theme/pull/252/files
Please reload this pagehttps://github.com/python/python-docs-theme/pull/252/checks
Bump the actions group with 2 updates https://github.com/python/python-docs-theme/pull/252/checks#top
Please reload this pagehttps://github.com/python/python-docs-theme/pull/252/checks
Build & maybe upload PyPI package on: push https://github.com/python/python-docs-theme/actions/runs/17408299680
Build & verify package https://github.com/python/python-docs-theme/actions/runs/17408299680/job/49418593567?pr=252
Publish to PyPI https://github.com/python/python-docs-theme/actions/runs/17408299680/job/49418625933?pr=252
Tests on: push https://github.com/python/python-docs-theme/actions/runs/17408299681
Build CPython docs (3.14) https://github.com/python/python-docs-theme/actions/runs/17408299681/job/49418593563?pr=252
Build CPython docs (3.13) https://github.com/python/python-docs-theme/actions/runs/17408299681/job/49418593521?pr=252
Build CPython docs (3.12) https://github.com/python/python-docs-theme/actions/runs/17408299681/job/49418593590?pr=252
translations (ubuntu-latest, 3.12) https://github.com/python/python-docs-theme/actions/runs/17408299681/job/49418593519?pr=252
translations (ubuntu-latest, 3) https://github.com/python/python-docs-theme/actions/runs/17408299681/job/49418593515?pr=252
translations (windows-latest, 3.12) https://github.com/python/python-docs-theme/actions/runs/17408299681/job/49418593517?pr=252
translations (windows-latest, 3) https://github.com/python/python-docs-theme/actions/runs/17408299681/job/49418593502?pr=252
Lint on: push https://github.com/python/python-docs-theme/actions/runs/17408299683
lint https://github.com/python/python-docs-theme/actions/runs/17408299683/job/49418593578?pr=252
Read the Docs PR preview on: pull_request_target https://github.com/python/python-docs-theme/actions/runs/17408300490
documentation-links https://github.com/python/python-docs-theme/actions/runs/17408300490/job/49418596164?pr=252
Tests on: pull_request https://github.com/python/python-docs-theme/actions/runs/17408300616
Build CPython docs (3.14) https://github.com/python/python-docs-theme/actions/runs/17408300616/job/49418597154?pr=252
Build CPython docs (3.13) https://github.com/python/python-docs-theme/actions/runs/17408300616/job/49418597183?pr=252
Build CPython docs (3.12) https://github.com/python/python-docs-theme/actions/runs/17408300616/job/49418597213?pr=252
translations (ubuntu-latest, 3.12) https://github.com/python/python-docs-theme/actions/runs/17408300616/job/49418597155?pr=252
translations (ubuntu-latest, 3) https://github.com/python/python-docs-theme/actions/runs/17408300616/job/49418597165?pr=252
translations (windows-latest, 3.12) https://github.com/python/python-docs-theme/actions/runs/17408300616/job/49418597181?pr=252
translations (windows-latest, 3) https://github.com/python/python-docs-theme/actions/runs/17408300616/job/49418597152?pr=252
Build & maybe upload PyPI package on: pull_request https://github.com/python/python-docs-theme/actions/runs/17408300677
Build & verify package https://github.com/python/python-docs-theme/actions/runs/17408300677/job/49418597231?pr=252
Publish to PyPI https://github.com/python/python-docs-theme/actions/runs/17408300677/job/49418645041?pr=252
Lint on: pull_request https://github.com/python/python-docs-theme/actions/runs/17408300639
lint https://github.com/python/python-docs-theme/actions/runs/17408300639/job/49418597255?pr=252
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.