{"id":7744557,"name":"usefulness/diffuse-action","ecosystem":"actions","description":"Generates Jake Wharton's Diffuse tool output between head and target branch of a Pull Request","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/usefulness/diffuse-action","keywords_array":["aab","aar","apk","continuous-integration","diff","diffuse","github-action","jar","pull-requests","wharton"],"namespace":"usefulness","versions_count":14,"first_release_published_at":"2020-09-09T14:53:10.000Z","latest_release_published_at":"2024-06-06T18:25:25.000Z","latest_release_number":"v0.11.0","last_synced_at":"2026-03-19T16:01:18.724Z","created_at":"2023-05-17T09:55:27.304Z","updated_at":"2026-03-19T16:01:18.725Z","registry_url":"https://github.com/usefulness/diffuse-action","install_command":null,"documentation_url":null,"metadata":{"name":"Diffuse Action for Gradle","description":"Generates Jake Wharton's Diffuse tool output between head and target branch of a Pull Request","inputs":{"old-file-path":{"description":"old file path","required":true},"old-mapping-path":{"description":"old mapping file produced by R8 or ProGuard","required":false},"new-file-path":{"description":"new file path","required":true},"new-mapping-path":{"description":"new mapping file produced by R8 or ProGuard","required":false},"lib-version":{"description":"release version, e.g \"0.1.0\" or \"latest\"","default":"latest","required":true},"diffuse-repo":{"description":"Diffuse repo id, with published release artifacts, e.g \"usefulness/diffuse\" or \"JakeWharton/diffuse\"","required":true,"default":"usefulness/diffuse"},"debug":{"description":"if true, shows additional debug information","required":false,"default":"false"}},"outputs":{"diff-raw":{"description":"Diffuse full output","value":"${{ steps.run-diffuse.outputs.diff-raw }}"},"diff-file":{"description":"Diffuse full output as file","value":"${{ steps.run-diffuse.outputs.diff-file }}"},"diff-gh-comment":{"description":"Diffuse full output as Github comment. Summary in expanded state, other sections collapsed","value":"${{ steps.run-diffuse.outputs.diff-gh-comment }}"},"diff-gh-comment-all-collapsed":{"description":"Diffuse full output as Github comment. All sections are collapsed","value":"${{ steps.run-diffuse.outputs.diff-gh-comment-all-collapsed }}"},"diff-gh-comment-no-dex":{"description":"Diffuse full output as Github comment, without dex section, workaround for https://github.com/JakeWharton/diffuse/issues/96","value":"${{ steps.run-diffuse.outputs.diff-gh-comment-no-dex }}"},"diff-gh-comment-no-dex-all-collapsed":{"description":"Diffuse full output as Github comment all collapsed, without dex section, workaround for https://github.com/JakeWharton/diffuse/issues/96","value":"${{ steps.run-diffuse.outputs.diff-gh-comment-no-dex-all-collapsed }}"},"summary":{"description":"Diffuse summary","value":"${{ steps.run-diffuse.outputs.summary }}"},"apk":{"description":"Diffuse apk info","value":"${{ steps.run-diffuse.outputs.apk }}"},"dex":{"description":"Diffuse dex info","value":"${{ steps.run-diffuse.outputs.dex }}"},"manifest":{"description":"Diffuse manifest info","value":"${{ steps.run-diffuse.outputs.manifest }}"},"arcs":{"description":"Diffuse arcs info","value":"${{ steps.run-diffuse.outputs.arcs }}"},"jar":{"description":"Diffuse jar info","value":"${{ steps.run-diffuse.outputs.jar }}"},"classes":{"description":"Diffuse classes info","value":"${{ steps.run-diffuse.outputs.classes }}"},"size-old-bytes":{"description":"Old artifact size, number, in Bytes","value":"${{ steps.run-diffuse.outputs.size-old-bytes }}"},"size-old-text":{"description":"Old artifact size, text, formatted with unit i.e. 320 KiB","value":"${{ steps.run-diffuse.outputs.size-old-text }}"},"size-new-bytes":{"description":"New artifact size, number, in Bytes","value":"${{ steps.run-diffuse.outputs.size-new-bytes }}"},"size-new-text":{"description":"New artifact size, text, formatted with unit i.e. 320 KiB","value":"${{ steps.run-diffuse.outputs.size-new-text }}"},"size-diff-comment_style_1":{"description":"Size diff in a human readable form. i.e. '+16.6MiB (16.1MiB -\u003e 32.7MiB)'","value":"${{ steps.run-diffuse.outputs.size-diff-comment_style_1 }}"}},"branding":{"color":"red","icon":"check-square"},"runs":{"using":"composite","steps":[{"id":"run-diffuse","env":{"INPUT_OLD_FILE":"${{ inputs.old-file-path }}","INPUT_NEW_FILE":"${{ inputs.new-file-path }}","INPUT_OLD_MAPPING_FILE":"${{ inputs.old-mapping-path }}","INPUT_NEW_MAPPING_FILE":"${{ inputs.new-mapping-path }}","INPUT_LIB_VERSION":"${{ inputs.lib-version }}","INPUT_DIFFUSE_REPO":"${{ inputs.diffuse-repo }}","INPUT_DEBUG":"${{ inputs.debug }}","INPUT_GITHUB_TOKEN":"${{ github.token }}"},"run":"python3 -m venv \"$GITHUB_ACTION_PATH\"/diffuse-venv\nif [[ \"$OSTYPE\" == \"cygwin\" ]] || [[ \"$OSTYPE\" == \"msys\" ]]; then\n  source \"$GITHUB_ACTION_PATH\"/diffuse-venv/Scripts/activate\nelse\n  source \"$GITHUB_ACTION_PATH\"/diffuse-venv/bin/activate\nfi\npython3 -m pip install requests\npython3 \"$GITHUB_ACTION_PATH\"/entrypoint.py\n","shell":"bash"}]},"default_branch":"master","path":null},"repo_metadata":{"id":37935446,"uuid":"294059629","full_name":"usefulness/diffuse-action","owner":"usefulness","description":"Github Action wrapper for the Jake Wharton's Diffuse library","archived":false,"fork":false,"pushed_at":"2025-08-11T19:52:45.000Z","size":287,"stargazers_count":18,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-11T21:32:44.774Z","etag":null,"topics":["aab","aar","apk","continuous-integration","diff","diffuse","github-action","jar","pull-requests","wharton"],"latest_commit_sha":null,"homepage":"","language":"Python","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/usefulness.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-09-09T09:04:00.000Z","updated_at":"2025-08-11T19:52:47.000Z","dependencies_parsed_at":"2023-01-11T17:21:25.826Z","dependency_job_id":"25b2db3b-c3bc-478c-a81d-369c9c51cd4b","html_url":"https://github.com/usefulness/diffuse-action","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/usefulness/diffuse-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usefulness","download_url":"https://codeload.github.com/usefulness/diffuse-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269962835,"owners_count":24504285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"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":"usefulness","name":"usefulness","uuid":"69114900","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/69114900?v=4","repositories_count":18,"last_synced_at":"2024-04-18T06:51:28.830Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/usefulness","funding_links":[],"total_stars":472,"followers":4,"following":0,"created_at":"2022-11-15T21:09:50.214Z","updated_at":"2024-04-18T06:51:35.247Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usefulness","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usefulness/repositories"},"tags":[{"name":"v0.11.0","sha":"41995fe8ff6be0a8847e63bdc5a4679c704b455c","kind":"commit","published_at":"2024-06-06T18:25:25.000Z","download_url":"https://codeload.github.com/usefulness/diffuse-action/tar.gz/v0.11.0","html_url":"https://github.com/usefulness/diffuse-action/releases/tag/v0.11.0","dependencies_parsed_at":"2024-06-08T04:16:34.603Z","dependency_job_id":null,"purl":"pkg:github/usefulness/diffuse-action@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.11.0/manifests"},{"name":"v0.10.1","sha":"f9f49c183316ff6bf6828fb7687aa660bb9c89d8","kind":"commit","published_at":"2024-03-13T02:04:56.000Z","download_url":"https://codeload.github.com/usefulness/diffuse-action/tar.gz/v0.10.1","html_url":"https://github.com/usefulness/diffuse-action/releases/tag/v0.10.1","dependencies_parsed_at":"2024-03-14T04:23:46.628Z","dependency_job_id":null,"purl":"pkg:github/usefulness/diffuse-action@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"45442de32953f3fb1c991ddb3511e68ed83ab79b","kind":"commit","published_at":"2024-03-07T14:55:33.000Z","download_url":"https://codeload.github.com/usefulness/diffuse-action/tar.gz/v0.10.0","html_url":"https://github.com/usefulness/diffuse-action/releases/tag/v0.10.0","dependencies_parsed_at":"2024-03-09T04:16:40.451Z","dependency_job_id":null,"purl":"pkg:github/usefulness/diffuse-action@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"d816fd102c1f5f69519ee4bb8e0e12a42d005788","kind":"commit","published_at":"2022-10-27T20:24:04.000Z","download_url":"https://codeload.github.com/usefulness/diffuse-action/tar.gz/v0.9.0","html_url":"https://github.com/usefulness/diffuse-action/releases/tag/v0.9.0","dependencies_parsed_at":"2023-05-31T18:32:05.107Z","dependency_job_id":null,"purl":"pkg:github/usefulness/diffuse-action@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.9.0/manifests"},{"name":"v1","sha":"7d354d27a3d646439248e5f2fa9b8f791cce3b45","kind":"tag","published_at":"2022-04-10T12:15:47.000Z","download_url":"https://codeload.github.com/usefulness/diffuse-action/tar.gz/v1","html_url":"https://github.com/usefulness/diffuse-action/releases/tag/v1","dependencies_parsed_at":"2023-05-31T16:52:21.964Z","dependency_job_id":null,"purl":"pkg:github/usefulness/diffuse-action@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v1/manifests"},{"name":"v0.8.0","sha":"7d354d27a3d646439248e5f2fa9b8f791cce3b45","kind":"commit","published_at":"2022-04-10T10:32:35.000Z","download_url":"https://codeload.github.com/usefulness/diffuse-action/tar.gz/v0.8.0","html_url":"https://github.com/usefulness/diffuse-action/releases/tag/v0.8.0","dependencies_parsed_at":"2023-05-31T16:52:22.457Z","dependency_job_id":null,"purl":"pkg:github/usefulness/diffuse-action@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"af52fdb12b2401cd38b2d683212bb375f6181c47","kind":"commit","published_at":"2022-02-13T21:12:57.000Z","download_url":"https://codeload.github.com/usefulness/diffuse-action/tar.gz/v0.7.0","html_url":"https://github.com/usefulness/diffuse-action/releases/tag/v0.7.0","dependencies_parsed_at":"2023-05-31T16:52:22.874Z","dependency_job_id":null,"purl":"pkg:github/usefulness/diffuse-action@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"0a893967c41266d14a7d76467a1beea0e66882c7","kind":"commit","published_at":"2022-02-06T08:34:21.000Z","download_url":"https://codeload.github.com/usefulness/diffuse-action/tar.gz/v0.6.0","html_url":"https://github.com/usefulness/diffuse-action/releases/tag/v0.6.0","dependencies_parsed_at":"2023-05-31T16:52:23.265Z","dependency_job_id":null,"purl":"pkg:github/usefulness/diffuse-action@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.6.0/manifests"},{"name":"v0.5.1","sha":"f7736a413ae1f3bc1f89375139d9374441f11c10","kind":"commit","published_at":"2021-03-25T21:23:30.000Z","download_url":"https://codeload.github.com/usefulness/diffuse-action/tar.gz/v0.5.1","html_url":"https://github.com/usefulness/diffuse-action/releases/tag/v0.5.1","dependencies_parsed_at":"2023-05-31T16:52:23.606Z","dependency_job_id":null,"purl":"pkg:github/usefulness/diffuse-action@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"05469e37cc936de500dffed4887ddc83d612d512","kind":"commit","published_at":"2021-03-25T21:10:11.000Z","download_url":"https://codeload.github.com/usefulness/diffuse-action/tar.gz/v0.5.0","html_url":"https://github.com/usefulness/diffuse-action/releases/tag/v0.5.0","dependencies_parsed_at":"2023-05-31T16:52:23.972Z","dependency_job_id":null,"purl":"pkg:github/usefulness/diffuse-action@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"ec4e1e8ecf6c6044ebed5524cbc4f419ce346a11","kind":"commit","published_at":"2021-03-24T20:49:57.000Z","download_url":"https://codeload.github.com/usefulness/diffuse-action/tar.gz/v0.4.0","html_url":"https://github.com/usefulness/diffuse-action/releases/tag/v0.4.0","dependencies_parsed_at":"2023-05-31T16:52:24.332Z","dependency_job_id":null,"purl":"pkg:github/usefulness/diffuse-action@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"2ef2920627b045da030a266b70299466a4760761","kind":"commit","published_at":"2021-03-24T19:11:32.000Z","download_url":"https://codeload.github.com/usefulness/diffuse-action/tar.gz/v0.3.0","html_url":"https://github.com/usefulness/diffuse-action/releases/tag/v0.3.0","dependencies_parsed_at":"2023-05-31T16:52:24.684Z","dependency_job_id":null,"purl":"pkg:github/usefulness/diffuse-action@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"2aa2b3ebd1b8b0b63234d597426613e85c24abb4","kind":"commit","published_at":"2020-09-27T19:08:16.000Z","download_url":"https://codeload.github.com/usefulness/diffuse-action/tar.gz/v0.2.0","html_url":"https://github.com/usefulness/diffuse-action/releases/tag/v0.2.0","dependencies_parsed_at":"2023-05-31T16:52:25.058Z","dependency_job_id":null,"purl":"pkg:github/usefulness/diffuse-action@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"326db54b141f1d66b90c8a7d0d671d49e0cabcc0","kind":"commit","published_at":"2020-09-09T14:53:10.000Z","download_url":"https://codeload.github.com/usefulness/diffuse-action/tar.gz/v0.1.0","html_url":"https://github.com/usefulness/diffuse-action/releases/tag/v0.1.0","dependencies_parsed_at":"2023-05-31T16:52:25.412Z","dependency_job_id":null,"purl":"pkg:github/usefulness/diffuse-action@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2025-08-12T04:56:44.974Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":35,"rankings":{"downloads":null,"dependent_repos_count":7.5170337505942,"dependent_packages_count":0.0,"stargazers_count":13.097765805736017,"forks_count":35.11012517826018,"docker_downloads_count":null,"average":13.9312311836476},"purl":"pkg:githubactions/usefulness/diffuse-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/usefulness/diffuse-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/usefulness/diffuse-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/usefulness/diffuse-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-07-12T17:41:50.856Z","issues_count":4,"pull_requests_count":84,"avg_time_to_close_issue":53712.666666666664,"avg_time_to_close_pull_request":5831.142857142857,"issues_closed_count":3,"pull_requests_closed_count":84,"pull_request_authors_count":2,"issue_authors_count":3,"avg_comments_per_issue":1.0,"avg_comments_per_pull_request":1.619047619047619,"merged_pull_requests_count":79,"bot_issues_count":2,"bot_pull_requests_count":17,"past_year_issues_count":0,"past_year_pull_requests_count":4,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":177.5,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":4,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":2.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/usefulness%2Fdiffuse-action/issues","maintainers":[{"login":"mateuszkwiecinski","count":67,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mateuszkwiecinski"}],"active_maintainers":[{"login":"mateuszkwiecinski","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mateuszkwiecinski"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/usefulness%2Fdiffuse-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/usefulness%2Fdiffuse-action/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/usefulness%2Fdiffuse-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/usefulness%2Fdiffuse-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/usefulness%2Fdiffuse-action/codemeta","maintainers":[]}