{"id":5803143,"name":"pnpm/action-setup","ecosystem":"actions","description":"Install pnpm package manager","homepage":"https://github.com/marketplace/actions/setup-pnpm","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/pnpm/action-setup","keywords_array":["actions","ci","github-actions","nodejs","pnpm"],"namespace":"pnpm","versions_count":37,"first_release_published_at":"2020-05-08T10:11:28.000Z","latest_release_published_at":"2026-05-12T12:36:43.000Z","latest_release_number":"v6.0.8","last_synced_at":"2026-06-01T20:01:20.985Z","created_at":"2023-01-04T14:17:18.128Z","updated_at":"2026-06-01T20:02:25.037Z","registry_url":"https://github.com/pnpm/action-setup","install_command":null,"documentation_url":null,"metadata":{"name":"Setup pnpm","description":"Install pnpm package manager","branding":{"icon":"package","color":"orange"},"inputs":{"version":{"description":"Version of pnpm to install","required":false},"dest":{"description":"Where to store pnpm files","required":false,"default":"~/setup-pnpm"},"run_install":{"description":"If specified, run `pnpm install`","required":false,"default":"null"},"cache":{"description":"Whether to cache the pnpm store directory","required":false,"default":"false"},"cache_dependency_path":{"description":"File path to the pnpm lockfile, whose contents hash will be used as a cache key. Accepts multiple paths delimited by newlines.","required":false,"default":"pnpm-lock.yaml"},"package_json_file":{"description":"File path to the package.json to read \"packageManager\" configuration. This path must be relative to the repository root (GITHUB_WORKSPACE).","required":false,"default":"package.json"},"standalone":{"description":"When set to true, @pnpm/exe, which is a Node.js bundled package, will be installed, enabling using pnpm without Node.js.","required":false,"default":"false"}},"outputs":{"dest":{"description":"Expanded path of inputs#dest"},"bin_dest":{"description":"Location of `pnpm` and `pnpx` command"}},"runs":{"using":"node24","main":"dist/index.js","post":"dist/index.js"},"default_branch":"master","path":null},"repo_metadata":{"id":37073946,"uuid":"262289747","full_name":"pnpm/action-setup","owner":"pnpm","description":"Install pnpm package manager","archived":false,"fork":false,"pushed_at":"2026-05-12T12:37:15.000Z","size":6431,"stargazers_count":1280,"open_issues_count":79,"forks_count":203,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-05-31T06:26:28.152Z","etag":null,"topics":["actions","ci","github-actions","nodejs","pnpm"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/setup-pnpm","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pnpm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":["https://opencollective.com/pnpm"]}},"created_at":"2020-05-08T10:06:29.000Z","updated_at":"2026-05-27T09:48:51.000Z","dependencies_parsed_at":"2023-01-04T12:49:14.550Z","dependency_job_id":"294be979-9573-4806-b5d3-3304a9fd20bc","html_url":"https://github.com/pnpm/action-setup","commit_stats":{"total_commits":171,"total_committers":28,"mean_commits":6.107142857142857,"dds":"0.32748538011695905","last_synced_commit":"ac5bf11548bf5e19b8aadb8182072616590fa4a6"},"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/pnpm/action-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pnpm","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/sbom","scorecard":{"id":739150,"data":{"date":"2025-08-11","repo":{"name":"github.com/pnpm/action-setup","commit":"f2b2b233b538f500472c7274c7012f57857d8ce0"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 21/27 approved changesets -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Maintained","score":3,"reason":"2 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:86: update your workflow using https://app.stepsecurity.io/secureworkflow/pnpm/action-setup/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:95: update your workflow using https://app.stepsecurity.io/secureworkflow/pnpm/action-setup/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:163: update your workflow using https://app.stepsecurity.io/secureworkflow/pnpm/action-setup/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/pnpm/action-setup/test.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/pnpm/action-setup/test.yaml/master?enable=pin","Info:   0 out of   5 GitHub-owned GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-vm32-9rqf-rh3r","Warn: Project is vulnerable to: GHSA-8cc4-rfj6-fhg4"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 24 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-22T16:52:15.137Z","repository_id":37073946,"created_at":"2025-08-22T16:52:15.137Z","updated_at":"2025-08-22T16:52:15.137Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33790933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"pnpm","name":"pnpm","uuid":"21320719","kind":"organization","description":"Fast, disk space efficient package manager","email":null,"website":"https://pnpm.io","location":null,"twitter":"pnpmjs","company":null,"icon_url":"https://avatars.githubusercontent.com/u/21320719?v=4","repositories_count":105,"last_synced_at":"2024-10-29T23:35:37.241Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/pnpm","funding_links":["https://github.com/sponsors/pnpm"],"total_stars":33139,"followers":577,"following":0,"created_at":"2022-11-02T16:30:18.459Z","updated_at":"2024-10-29T23:35:37.242Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pnpm","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pnpm/repositories"},"tags":[{"name":"v6.0.8","sha":"0e279bb959325dab635dd2c09392533439d90093","kind":"tag","published_at":"2026-05-12T12:36:43.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v6.0.8","html_url":"https://github.com/pnpm/action-setup/releases/tag/v6.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pnpm/action-setup@v6.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v6.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v6.0.8/manifests"},{"name":"v6.0.7","sha":"739bfe42ca9233c5e6aca07c1a25a9d34aca49b0","kind":"tag","published_at":"2026-05-11T12:07:33.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v6.0.7","html_url":"https://github.com/pnpm/action-setup/releases/tag/v6.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pnpm/action-setup@v6.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v6.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v6.0.7/manifests"},{"name":"v6.0.6","sha":"91ab88e2619ed1f46221f0ba42d1492c02baf788","kind":"tag","published_at":"2026-05-08T23:55:59.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v6.0.6","html_url":"https://github.com/pnpm/action-setup/releases/tag/v6.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pnpm/action-setup@v6.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v6.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v6.0.6/manifests"},{"name":"v6.0.5","sha":"8912a9102ac27614460f54aedde9e1e7f9aec20d","kind":"tag","published_at":"2026-05-02T18:18:42.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v6.0.5","html_url":"https://github.com/pnpm/action-setup/releases/tag/v6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pnpm/action-setup@v6.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v6.0.5/manifests"},{"name":"v6.0.4","sha":"26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a","kind":"tag","published_at":"2026-04-30T20:29:31.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v6.0.4","html_url":"https://github.com/pnpm/action-setup/releases/tag/v6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pnpm/action-setup@v6.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v6.0.4/manifests"},{"name":"v6.0.3","sha":"903f9c1a6ebcba6cf41d87230be49611ac97822e","kind":"tag","published_at":"2026-04-21T18:28:10.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v6.0.3","html_url":"https://github.com/pnpm/action-setup/releases/tag/v6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pnpm/action-setup@v6.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v6.0.3/manifests"},{"name":"v6.0.2","sha":"71c92474e7e4f5bca283fb17ef80fba9cdb2b4b1","kind":"tag","published_at":"2026-04-18T13:02:03.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v6.0.2","html_url":"https://github.com/pnpm/action-setup/releases/tag/v6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pnpm/action-setup@v6.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v6.0.2/manifests"},{"name":"v6.0.1","sha":"078e9d416474b29c0c387560859308974f7e9c53","kind":"tag","published_at":"2026-04-17T22:37:09.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v6.0.1","html_url":"https://github.com/pnpm/action-setup/releases/tag/v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pnpm/action-setup@v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v6.0.1/manifests"},{"name":"v6","sha":"08c4be7e2e672a47d11bd04269e27e5f3e8529cb","kind":"tag","published_at":"2026-04-10T21:09:13.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v6","html_url":"https://github.com/pnpm/action-setup/releases/tag/v6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pnpm/action-setup@v6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v6/manifests"},{"name":"v6.0.0","sha":"08c4be7e2e672a47d11bd04269e27e5f3e8529cb","kind":"tag","published_at":"2026-04-10T21:08:45.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v6.0.0","html_url":"https://github.com/pnpm/action-setup/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pnpm/action-setup@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v6.0.0/manifests"},{"name":"v5.0.0","sha":"fc06bc1257f339d1d5d8b3a19a8cae5388b55320","kind":"tag","published_at":"2026-03-17T12:07:00.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v5.0.0","html_url":"https://github.com/pnpm/action-setup/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pnpm/action-setup@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v5.0.0/manifests"},{"name":"v5","sha":"fc06bc1257f339d1d5d8b3a19a8cae5388b55320","kind":"tag","published_at":"2026-03-17T12:06:38.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v5","html_url":"https://github.com/pnpm/action-setup/releases/tag/v5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pnpm/action-setup@v5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v5/manifests"},{"name":"v4.4.0","sha":"fc06bc1257f339d1d5d8b3a19a8cae5388b55320","kind":"tag","published_at":"2026-03-13T10:43:03.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v4.4.0","html_url":"https://github.com/pnpm/action-setup/releases/tag/v4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pnpm/action-setup@v4.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v4.4.0/manifests"},{"name":"v4.3.0","sha":"b906affcce14559ad1aafd4ab0e942779e9f58b1","kind":"tag","published_at":"2026-03-11T14:55:21.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v4.3.0","html_url":"https://github.com/pnpm/action-setup/releases/tag/v4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pnpm/action-setup@v4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v4.3.0/manifests"},{"name":"v4.2.0","sha":"41ff72655975bd51cab0327fa583b6e92b6d3061","kind":"tag","published_at":"2025-10-08T08:50:57.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v4.2.0","html_url":"https://github.com/pnpm/action-setup/releases/tag/v4.2.0","dependencies_parsed_at":"2025-10-16T04:40:11.891Z","dependency_job_id":null,"purl":"pkg:github/pnpm/action-setup@v4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v4.2.0/manifests"},{"name":"v4","sha":"a7487c7e89a18df4991f7f222e4898a00d66ddda","kind":"tag","published_at":"2025-03-25T01:05:15.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v4","html_url":"https://github.com/pnpm/action-setup/releases/tag/v4","dependencies_parsed_at":"2025-04-12T04:35:24.011Z","dependency_job_id":null,"purl":"pkg:github/pnpm/action-setup@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v4/manifests"},{"name":"v4.1.0","sha":"a7487c7e89a18df4991f7f222e4898a00d66ddda","kind":"tag","published_at":"2025-02-06T21:30:45.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v4.1.0","html_url":"https://github.com/pnpm/action-setup/releases/tag/v4.1.0","dependencies_parsed_at":"2025-04-12T04:35:24.013Z","dependency_job_id":null,"purl":"pkg:github/pnpm/action-setup@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v4.1.0/manifests"},{"name":"v2.4.1","sha":"eae0cfeb286e66ffb5155f1a79b90583a127a68b","kind":"tag","published_at":"2024-07-05T14:57:56.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v2.4.1","html_url":"https://github.com/pnpm/action-setup/releases/tag/v2.4.1","dependencies_parsed_at":"2024-07-09T05:05:43.530Z","dependency_job_id":null,"purl":"pkg:github/pnpm/action-setup@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.4.1/manifests"},{"name":"v4.0.0","sha":"fe02b34f77f8bc703788d5817da081398fad5dd2","kind":"tag","published_at":"2024-05-07T13:16:54.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v4.0.0","html_url":"https://github.com/pnpm/action-setup/releases/tag/v4.0.0","dependencies_parsed_at":"2024-05-09T04:42:59.155Z","dependency_job_id":null,"purl":"pkg:github/pnpm/action-setup@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v4.0.0/manifests"},{"name":"v3.0.0","sha":"a3252b78c470c02df07e9d59298aecedc3ccdd6d","kind":"tag","published_at":"2024-02-08T10:29:07.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v3.0.0","html_url":"https://github.com/pnpm/action-setup/releases/tag/v3.0.0","dependencies_parsed_at":"2024-02-12T04:23:46.518Z","dependency_job_id":null,"purl":"pkg:github/pnpm/action-setup@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v3.0.0/manifests"},{"name":"v2.4.0","sha":"d882d12c64e032187b2edb46d3a0d003b7a43598","kind":"commit","published_at":"2023-07-26T11:50:04.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v2.4.0","html_url":"https://github.com/pnpm/action-setup/releases/tag/v2.4.0","dependencies_parsed_at":"2023-07-30T04:05:05.002Z","dependency_job_id":null,"purl":"pkg:github/pnpm/action-setup@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"0b715c7ebbf3cf2174d1386336c5f6d3d8d5504a","kind":"commit","published_at":"2023-07-25T10:00:41.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v2.3.0","html_url":"https://github.com/pnpm/action-setup/releases/tag/v2.3.0","dependencies_parsed_at":"2023-07-29T04:45:04.539Z","dependency_job_id":null,"purl":"pkg:github/pnpm/action-setup@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.3.0/manifests"},{"name":"v2.2.4","sha":"c3b53f6a16e57305370b4ae5a540c2077a1d50dd","kind":"tag","published_at":"2022-10-15T18:12:59.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v2.2.4","html_url":"https://github.com/pnpm/action-setup/releases/tag/v2.2.4","dependencies_parsed_at":"2023-05-31T19:08:25.304Z","dependency_job_id":"2622b200-596c-4a62-9485-ad9cbf906778","purl":"pkg:github/pnpm/action-setup@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"537643d491d20c2712d11533497cb47b2d0eb9d5","kind":"commit","published_at":"2022-10-11T04:58:06.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v2.2.3","html_url":"https://github.com/pnpm/action-setup/releases/tag/v2.2.3","dependencies_parsed_at":"2023-05-31T19:08:25.851Z","dependency_job_id":"99664c38-64b1-4095-80e0-e6b35223d346","purl":"pkg:github/pnpm/action-setup@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"10693b3829bf86eb2572aef5f3571dcf5ca9287d","kind":"commit","published_at":"2022-05-28T14:23:43.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v2.2.2","html_url":"https://github.com/pnpm/action-setup/releases/tag/v2.2.2","dependencies_parsed_at":"2023-05-31T15:44:19.513Z","dependency_job_id":"498d29a0-5ab0-4c3b-966b-a67b5e648fff","purl":"pkg:github/pnpm/action-setup@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"35ab4267a1a21c8e8cb1c087cf1642e891ff57bd","kind":"commit","published_at":"2022-02-25T04:43:26.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v2.2.1","html_url":"https://github.com/pnpm/action-setup/releases/tag/v2.2.1","dependencies_parsed_at":"2023-05-31T15:44:20.083Z","dependency_job_id":"27cc0830-1413-4a32-98d5-e4d1a3525edc","purl":"pkg:github/pnpm/action-setup@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"11ba3424e0a03368f714f5b316f9af6dc0f4e753","kind":"commit","published_at":"2022-02-23T03:07:15.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v2.2.0","html_url":"https://github.com/pnpm/action-setup/releases/tag/v2.2.0","dependencies_parsed_at":"2023-05-31T15:44:20.608Z","dependency_job_id":"a749a7be-70fb-41e4-bf8e-125fc6adc1c2","purl":"pkg:github/pnpm/action-setup@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"2270f39ef63c3edf50be34da68c039eca5e15c15","kind":"commit","published_at":"2022-02-08T12:53:18.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v2.1.0","html_url":"https://github.com/pnpm/action-setup/releases/tag/v2.1.0","dependencies_parsed_at":"2023-05-31T15:44:21.139Z","dependency_job_id":"ccd1339a-6c25-4867-947e-1e6c0bead4a0","purl":"pkg:github/pnpm/action-setup@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"646cdf48217256a3d0b80361c5a50727664284f2","kind":"commit","published_at":"2021-04-24T14:13:36.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v2.0.1","html_url":"https://github.com/pnpm/action-setup/releases/tag/v2.0.1","dependencies_parsed_at":"2023-05-31T15:44:21.733Z","dependency_job_id":"2960b554-8a81-4f3d-a21e-625ea1323f9d","purl":"pkg:github/pnpm/action-setup@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"3236b209b507b249883918e7c4c8c7cdd2c0d5db","kind":"commit","published_at":"2021-03-27T09:56:27.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v2.0.0","html_url":"https://github.com/pnpm/action-setup/releases/tag/v2.0.0","dependencies_parsed_at":"2023-05-31T15:44:22.238Z","dependency_job_id":"e1ec3882-13d0-4a36-b9c3-00e60c3cef3a","purl":"pkg:github/pnpm/action-setup@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.0.0/manifests"},{"name":"v2.0.0-rc.0","sha":"212492652085327aa2a648db39fe1ed20364eeeb","kind":"commit","published_at":"2021-03-23T05:53:37.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v2.0.0-rc.0","html_url":"https://github.com/pnpm/action-setup/releases/tag/v2.0.0-rc.0","dependencies_parsed_at":"2023-05-31T15:44:22.665Z","dependency_job_id":"3b0259f0-5bac-4ea3-866c-3c3682558b83","purl":"pkg:github/pnpm/action-setup@v2.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v2.0.0-rc.0/manifests"},{"name":"v1.2.1","sha":"8e1abe543ff1fa17b5d36e08ed01b4a1e4c31eb4","kind":"commit","published_at":"2020-10-05T14:51:43.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v1.2.1","html_url":"https://github.com/pnpm/action-setup/releases/tag/v1.2.1","dependencies_parsed_at":"2023-05-31T15:44:23.253Z","dependency_job_id":"68269c59-7872-4c7e-bc49-5ef1720eb1b3","purl":"pkg:github/pnpm/action-setup@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"935101478d12d633ea2e71bb8b63d18e00bda099","kind":"commit","published_at":"2020-05-10T05:17:17.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v1.2.0","html_url":"https://github.com/pnpm/action-setup/releases/tag/v1.2.0","dependencies_parsed_at":"2023-05-31T15:44:23.836Z","dependency_job_id":"0e7b4851-c76d-4f5c-b39b-127218fc44a8","purl":"pkg:github/pnpm/action-setup@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"9979c3d92882068c0b1a5e12c86ede3707e229ad","kind":"commit","published_at":"2020-05-08T14:34:25.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v1.1.1","html_url":"https://github.com/pnpm/action-setup/releases/tag/v1.1.1","dependencies_parsed_at":"2023-05-31T15:44:24.395Z","dependency_job_id":"6b5f616b-f6a9-45bd-9cd8-fb115cf1da4d","purl":"pkg:github/pnpm/action-setup@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"8925cc44da13d8ef0eaa86bf2122e1b1ff13c202","kind":"commit","published_at":"2020-05-08T14:18:35.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v1.1.0","html_url":"https://github.com/pnpm/action-setup/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-31T15:44:24.961Z","dependency_job_id":"491d8450-15ac-4564-bb2c-81a639789b8d","purl":"pkg:github/pnpm/action-setup@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"3a680466bfb31de66501659289b8d4d9d44a5c68","kind":"commit","published_at":"2020-05-08T10:11:28.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v1.0.0","html_url":"https://github.com/pnpm/action-setup/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T15:44:25.464Z","dependency_job_id":"365ac155-6dc2-4878-8d54-5b9c973045bb","purl":"pkg:github/pnpm/action-setup@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v1.0.0/manifests"},{"name":"v1","sha":"3a680466bfb31de66501659289b8d4d9d44a5c68","kind":"commit","published_at":"2020-05-08T10:11:28.000Z","download_url":"https://codeload.github.com/pnpm/action-setup/tar.gz/v1","html_url":"https://github.com/pnpm/action-setup/releases/tag/v1","dependencies_parsed_at":"2023-05-31T15:44:25.991Z","dependency_job_id":"834e2f48-ba3d-45e3-8692-2028686a9495","purl":"pkg:github/pnpm/action-setup@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/tags/v1/manifests"}]},"repo_metadata_updated_at":"2026-06-01T20:02:25.036Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":15413,"rankings":{"downloads":null,"dependent_repos_count":0.12042465536365077,"dependent_packages_count":0.0,"stargazers_count":0.4848676913325939,"forks_count":1.283473300586278,"docker_downloads_count":null,"average":0.4721914118206306},"purl":"pkg:githubactions/pnpm/action-setup","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/pnpm/action-setup","docker_dependents_count":5,"docker_downloads_count":534970938,"usage_url":"https://repos.ecosyste.ms/usage/actions/pnpm/action-setup","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/pnpm/action-setup/dependencies","status":null,"funding_links":["https://opencollective.com/pnpm","https://github.com/sponsors/pnpm"],"critical":true,"issue_metadata":{"last_synced_at":"2026-05-31T06:20:34.844Z","issues_count":135,"pull_requests_count":124,"avg_time_to_close_issue":6531056.03125,"avg_time_to_close_pull_request":2730432.175824176,"issues_closed_count":64,"pull_requests_closed_count":91,"pull_request_authors_count":60,"issue_authors_count":122,"avg_comments_per_issue":3.4,"avg_comments_per_pull_request":1.153225806451613,"merged_pull_requests_count":72,"bot_issues_count":0,"bot_pull_requests_count":7,"past_year_issues_count":41,"past_year_pull_requests_count":36,"past_year_avg_time_to_close_issue":2487449.3846153845,"past_year_avg_time_to_close_pull_request":867411.4761904762,"past_year_issues_closed_count":13,"past_year_pull_requests_closed_count":21,"past_year_pull_request_authors_count":20,"past_year_issue_authors_count":38,"past_year_avg_comments_per_issue":2.6341463414634148,"past_year_avg_comments_per_pull_request":1.0555555555555556,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":15,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnpm%2Faction-setup/issues","maintainers":[{"login":"zkochan","count":17,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zkochan"},{"login":"KSXGitHub","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KSXGitHub"},{"login":"Jack-Works","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Jack-Works"},{"login":"BlackHole1","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/BlackHole1"}],"active_maintainers":[{"login":"zkochan","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zkochan"},{"login":"KSXGitHub","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KSXGitHub"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/pnpm%2Faction-setup/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/pnpm%2Faction-setup/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/pnpm%2Faction-setup/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/pnpm%2Faction-setup/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/pnpm%2Faction-setup/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/pnpm%2Faction-setup/codemeta","maintainers":[]}