René's URL Explorer Experiment


Title: Update actions/upload-artifact action to v7 by renovate[bot] · Pull Request #45 · TheProgramSrc/SimpleCore-NetworkingModule · GitHub

Open Graph Title: Update actions/upload-artifact action to v7 by renovate[bot] · Pull Request #45 · TheProgramSrc/SimpleCore-NetworkingModule

X Title: Update actions/upload-artifact action to v7 by renovate[bot] · Pull Request #45 · TheProgramSrc/SimpleCore-NetworkingModule

Description: This PR contains the following updates: Package Type Update Change actions/upload-artifact action major v3 → v7 Release Notes actions/upload-artifact (actions/upload-artifact) v7.0.1 Compare Source What's Changed Update the readme with direct upload details by @​danwkennedy in #​795 Readme: bump all the example versions to v7 by @​danwkennedy in #​796 Include changes in typespec/ts-http-runtime 0.3.5 by @​yacaovsnc in #​797 Full Changelog: actions/upload-artifact@v7...v7.0.1 v7.0.0 Compare Source v7 What's new Direct Uploads Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file. ESM To support new versions of the @actions/* packages, we've upgraded the package to ESM. What's Changed Add proxy integration test by @​Link- in #​754 Upgrade the module to ESM and bump dependencies by @​danwkennedy in #​762 Support direct file uploads by @​danwkennedy in #​764 New Contributors @​Link- made their first contribution in #​754 Full Changelog: actions/upload-artifact@v6...v7.0.0 v7 Compare Source v6.0.0 Compare Source v6 - What's new [!IMPORTANT] actions/upload-artifact@​v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading. Node.js 24 This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24. What's Changed Upload Artifact Node 24 support by @​salmanmkc in #​719 fix: update @​actions/artifact for Node.js 24 punycode deprecation by @​salmanmkc in #​744 prepare release v6.0.0 for Node.js 24 support by @​salmanmkc in #​745 Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0 v6 Compare Source v5.0.0 Compare Source What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such. Update README.md by @​GhadimiR in #​681 Update README.md by @​nebuk89 in #​712 Readme: spell out the first use of GHES by @​danwkennedy in #​727 Update GHES guidance to include reference to Node 20 version by @​patrikpolyak in #​725 Bump @actions/artifact to v4.0.0 Prepare v5.0.0 by @​danwkennedy in #​734 New Contributors @​GhadimiR made their first contribution in #​681 @​nebuk89 made their first contribution in #​712 @​danwkennedy made their first contribution in #​727 @​patrikpolyak made their first contribution in #​725 Full Changelog: actions/upload-artifact@v4...v5.0.0 v5 Compare Source v4.6.2 Compare Source What's Changed Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @​salmanmkc in #​685 New Contributors @​salmanmkc made their first contribution in #​685 Full Changelog: actions/upload-artifact@v4...v4.6.2 v4.6.1 Compare Source What's Changed Update to use artifact 2.2.2 package by @​yacaovsnc in #​673 Full Changelog: actions/upload-artifact@v4...v4.6.1 v4.6.0 Compare Source What's Changed Expose env vars to control concurrency and timeout by @​yacaovsnc in #​662 Full Changelog: actions/upload-artifact@v4...v4.6.0 v4.5.0 Compare Source What's Changed fix: deprecated Node.js version in action by @​hamirmahal in #​578 Add new artifact-digest output by @​bdehamer in #​656 New Contributors @​hamirmahal made their first contribution in #​578 @​bdehamer made their first contribution in #​656 Full Changelog: actions/upload-artifact@v4.4.3...v4.5.0 v4.4.3 Compare Source What's Changed Undo indirect dependency updates from #​627 by @​joshmgross in #​632 Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3 v4.4.2 Compare Source What's Changed Bump @actions/artifact to 2.1.11 by @​robherley in #​627 Includes fix for relative symlinks not resolving properly Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2 v4.4.1 Compare Source What's Changed Add a section about hidden files by @​joshmgross in #​607 Add workflow file for publishing releases to immutable action package by @​Jcambass in #​621 Update @​actions/artifact to latest version, includes symlink and timeout fixes by @​robherley in #​625 New Contributors @​Jcambass made their first contribution in #​621 Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1 v4.4.0 Compare Source Notice: Breaking Changes ⚠️ We will no longer include hidden files and folders by default in the upload-artifact action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, include-hidden-files, to continue to do so. See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details. What's Changed Exclude hidden files by default by @​joshmgross in #​598 Full Changelog: actions/upload-artifact@v4.3.6...v4.4.0 v4.3.6 Compare Source What's Changed Revert to @​actions/artifact 2.1.8 by @​robherley in #​594 Full Changelog: actions/upload-artifact@v4...v4.3.6 v4.3.5 Compare Source What's Changed Bump @​actions/artifact to v2.1.9 by @​robherley in #​588 Fixed artifact upload chunk timeout logic #​1774 Use lazy stream to prevent issues with open file limits #​1771 Full Changelog: actions/upload-artifact@v4.3.4...v4.3.5 v4.3.4 Compare Source What's Changed Update @​actions/artifact version, bump dependencies by @​robherley in #​584 Full Changelog: actions/upload-artifact@v4.3.3...v4.3.4 v4.3.3 Compare Source What's Changed updating @actions/artifact dependency to v2.1.6 by @​eggyhead in #​565 Full Changelog: actions/upload-artifact@v4.3.2...v4.3.3 v4.3.2 Compare Source What's Changed Update release-new-action-version.yml by @​konradpabjan in #​516 Minor fix to the migration readme by @​andrewakim in #​523 Update readme with v3/v2/v1 deprecation notice by @​robherley in #​561 updating @actions/artifact dependency to v2.1.5 and @actions/core to v1.0.1 by @​eggyhead in #​562 New Contributors @​andrewakim made their first contribution in #​523 Full Changelog: actions/upload-artifact@v4.3.1...v4.3.2 v4.3.1 Compare Source Bump @​actions/artifacts to latest version to include updated GHES host check v4.3.0 Compare Source What's Changed Reorganize upload code in prep for merge logic & add more tests by @​robherley in #​504 Add sub-action to merge artifacts by @​robherley in #​505 Full Changelog: actions/upload-artifact@v4...v4.3.0 v4.2.0 Compare Source What's Changed Ability to overwrite an Artifact by @​robherley in #​501 Full Changelog: actions/upload-artifact@v4...v4.2.0 v4.1.0 Compare Source What's Changed Add migrations docs by @​robherley in #​482 Update README.md by @​samuelwine in #​492 Support artifact-url output by @​konradpabjan in #​496 Update readme to reflect new 500 artifact per job limit by @​robherley in #​497 New Contributors @​samuelwine made their first contribution in #​492 Full Changelog: actions/upload-artifact@v4...v4.1.0 v4.0.0 Compare Source What's Changed The release of upload-artifact@​v4 and download-artifact@​v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements. ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows. For more information, please see: The changelog post. The README. The migration documentation. As well as the underlying npm package, @​actions/artifact documentation. New Contributors @​vmjoseph made their first contribution in #​464 Full Changelog: actions/upload-artifact@v3...v4.0.0 v4 Compare Source Configuration 📅 Schedule: (UTC) Branch creation At any time (no schedule defined) Automerge At any time (no schedule defined) 🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied. ♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 Ignore: Close this PR and you won't be reminded about this update again. If you want to rebase/retry this PR, check this box This PR was generated by Mend Renovate. View the repository job log.

Open Graph Description: This PR contains the following updates: Package Type Update Change actions/upload-artifact action major v3 → v7 Release Notes actions/upload-artifact (actions/upload-artifact) v7.0.1 Co...

X Description: This PR contains the following updates: Package Type Update Change actions/upload-artifact action major v3 → v7 Release Notes actions/upload-artifact (actions/upload-artifact) v7.0.1 Co...

Opengraph URL: https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/45

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:e25ffebd-62f4-20ef-e7ea-668e9703daaa
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8894:66F33:1003EC1:159814D:6A612791
html-safe-nonceafff025756a4c7da2ee63f6b39ea18fc59922c2efae95c116d4b768cd20e707a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4ODk0OjY2RjMzOjEwMDNFQzE6MTU5ODE0RDo2QTYxMjc5MSIsInZpc2l0b3JfaWQiOiI1NTA1Mjc5MDYxNjM4ODUwNDQ5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacccf1976f3b6d717c713930df9ea374acf877579a248a5396c49380a63c4b37a1
hovercard-subject-tagpull_request:1730864025
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/TheProgramSrc/SimpleCore-NetworkingModule/pull/45/files
twitter:imagehttps://avatars.githubusercontent.com/in/2740?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/2740?s=400&v=4
og:image:altThis PR contains the following updates: Package Type Update Change actions/upload-artifact action major v3 → v7 Release Notes actions/upload-artifact (actions/upload-artifact) v7.0.1 Co...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None6896275b704df9b9258326d49c8695aecd98d736cd9eeda7bcbb1790ac97d3ad
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/TheProgramSrc/SimpleCore-NetworkingModule git https://github.com/TheProgramSrc/SimpleCore-NetworkingModule.git
octolytics-dimension-user_id72344358
octolytics-dimension-user_loginTheProgramSrc
octolytics-dimension-repository_id443616247
octolytics-dimension-repository_nwoTheProgramSrc/SimpleCore-NetworkingModule
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id443616247
octolytics-dimension-repository_network_root_nwoTheProgramSrc/SimpleCore-NetworkingModule
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
releaseaf89f6cd55841b57fa09b6b0ed9e3f8f2e94b05d
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/45/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FTheProgramSrc%2FSimpleCore-NetworkingModule%2Fpull%2F45%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
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
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
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
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
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/enterprise/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%2FTheProgramSrc%2FSimpleCore-NetworkingModule%2Fpull%2F45%2Ffiles
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%2Ffiles&source=header-repo&source_repo=TheProgramSrc%2FSimpleCore-NetworkingModule
Reloadhttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/45/files
Reloadhttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/45/files
Reloadhttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/45/files
Please reload this pagehttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/45/files
TheProgramSrc https://github.com/TheProgramSrc
SimpleCore-NetworkingModulehttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule
Please reload this pagehttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/45/files
Notifications https://github.com/login?return_to=%2FTheProgramSrc%2FSimpleCore-NetworkingModule
Fork 0 https://github.com/login?return_to=%2FTheProgramSrc%2FSimpleCore-NetworkingModule
Star 0 https://github.com/login?return_to=%2FTheProgramSrc%2FSimpleCore-NetworkingModule
Code https://github.com/TheProgramSrc/SimpleCore-NetworkingModule
Issues 1 https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/issues
Pull requests 10 https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pulls
Actions https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/actions
Projects https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/projects
Security and quality 0 https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/security
Insights https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pulse
Code https://github.com/TheProgramSrc/SimpleCore-NetworkingModule
Issues https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/issues
Pull requests https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pulls
Actions https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/actions
Projects https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/projects
Security and quality https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/security
Insights https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FTheProgramSrc%2FSimpleCore-NetworkingModule%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FTheProgramSrc%2FSimpleCore-NetworkingModule%2Fissues%2Fnew%2Fchoose
renovatehttps://github.com/apps/renovate
masterhttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/tree/master
renovate/major-github-artifact-actionshttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/tree/renovate/major-github-artifact-actions
Conversation 0 https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/45
Commits 1 https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/45/commits
Checks 5 https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/45/checks
Files changed https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/45/files
Please reload this pagehttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/45/files
Update actions/upload-artifact action to v7 https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/45/files#top
Show all changes 1 commit https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/45/files
60d01bd chore(deps): update actions/upload-artifact action to v7 renovate[bot] Feb 26, 2026 https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/45/commits/60d01bd4aefcc1f79d3e33d1e45c7cb577945af3
Clear filters https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/45/files
Please reload this pagehttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/45/files
Please reload this pagehttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/45/files
.github/workflows/gradle-build.ymlhttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/45/files#diff-f40eb8ed4938a938963faf4e9f9f40cf7f965728b47bbac3653c6b39fc88a58e
View file https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/blob/60d01bd4aefcc1f79d3e33d1e45c7cb577945af3/.github/workflows/gradle-build.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/45/{{ revealButtonHref }}
https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/45/files#diff-f40eb8ed4938a938963faf4e9f9f40cf7f965728b47bbac3653c6b39fc88a58e
https://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/45/files#diff-f40eb8ed4938a938963faf4e9f9f40cf7f965728b47bbac3653c6b39fc88a58e
Please reload this pagehttps://github.com/TheProgramSrc/SimpleCore-NetworkingModule/pull/45/files
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.