{"id":16953895,"url":"https://github.com/eliashaeussler/cache-warmup-action","last_synced_at":"2026-02-23T07:43:10.064Z","repository":{"id":242546428,"uuid":"789745647","full_name":"eliashaeussler/cache-warmup-action","owner":"eliashaeussler","description":"GitHub Action to warm up caches of URLs located in XML sitemaps","archived":false,"fork":false,"pushed_at":"2025-12-20T00:58:48.000Z","size":80,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-23T16:19:56.929Z","etag":null,"topics":["cache-warmup","github-action","xml-sitemap"],"latest_commit_sha":null,"homepage":"https://cache-warmup.dev/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eliashaeussler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"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":{"github":["eliashaeussler"],"custom":["https://paypal.me/eliashaeussler"]}},"created_at":"2024-04-21T12:52:50.000Z","updated_at":"2025-12-20T00:58:52.000Z","dependencies_parsed_at":"2025-12-20T06:04:19.118Z","dependency_job_id":null,"html_url":"https://github.com/eliashaeussler/cache-warmup-action","commit_stats":null,"previous_names":["eliashaeussler/cache-warmup-action"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/eliashaeussler/cache-warmup-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliashaeussler%2Fcache-warmup-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliashaeussler%2Fcache-warmup-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliashaeussler%2Fcache-warmup-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliashaeussler%2Fcache-warmup-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eliashaeussler","download_url":"https://codeload.github.com/eliashaeussler/cache-warmup-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliashaeussler%2Fcache-warmup-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29739428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:21:16.360Z","status":"ssl_error","status_checked_at":"2026-02-23T07:21:16.007Z","response_time":90,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"}},"keywords":["cache-warmup","github-action","xml-sitemap"],"created_at":"2024-10-13T22:08:15.068Z","updated_at":"2026-02-23T07:43:10.049Z","avatar_url":"https://github.com/eliashaeussler.png","language":"Shell","funding_links":["https://github.com/sponsors/eliashaeussler","https://paypal.me/eliashaeussler"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Cache Warmup GitHub Action\n\n[![CGL](https://img.shields.io/github/actions/workflow/status/eliashaeussler/cache-warmup-action/cgl.yaml?label=cgl\u0026logo=github)](https://github.com/eliashaeussler/cache-warmup-action/actions/workflows/cgl.yaml)\n[![Tests](https://img.shields.io/github/actions/workflow/status/eliashaeussler/cache-warmup-action/tests.yaml?label=tests\u0026logo=github)](https://github.com/eliashaeussler/cache-warmup-action/actions/workflows/tests.yaml)\n[![Latest version](https://img.shields.io/github/v/tag/eliashaeussler/cache-warmup-action?sort=semver\u0026filter=v*\u0026logo=github\u0026label=latest)](https://github.com/eliashaeussler/cache-warmup-action/releases/latest)\n\n\u003c/div\u003e\n\nGitHub Action for [`eliashaeussler/cache-warmup`](https://github.com/eliashaeussler/cache-warmup),\na library to warm up website caches of URLs located in XML sitemaps.\nRead more in the [official documentation](https://cache-warmup.dev/).\n\n## 🔥 Usage\n\n\u003e [!IMPORTANT]\n\u003e The action requires at least version **0.7.0** of the\n\u003e `eliashaeussler/cache-warmup` library.\n\nCreate a new workflow or add a new step to your existing workflow:\n\n```yaml\n# .github/workflows/cache-warmup.yaml\n\nname: Cache Warmup\non:\n  push:\n    tags:\n      - '*'\n\njobs:\n  cache-warmup:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n\n      - name: Set up environment\n        uses: shivammathur/setup-php@v2\n        with:\n          php-version: 8.3\n          coverage: none\n\n      - name: Run cache warmup\n        uses: eliashaeussler/cache-warmup-action@v1\n        with:\n          version: latest\n          sitemaps: |\n            https://www.example.com/sitemap.xml\n            https://www.example.com/de/sitemap.xml\n          urls: |\n            https://www.example.com/another-url\n          limit: 250\n          progress: true\n          verbosity: vvv\n          config: cache-warmup.json\n```\n\n## 📝 Inputs\n\nThe following inputs are currently available:\n\n| Name        | Description                                                                                              | Default  | Required |\n|-------------|----------------------------------------------------------------------------------------------------------|----------|----------|\n| `version`   | Version of the `eliashaeussler/cache-warmup` library to use (must be at least `0.7.0`)                   | `latest` | ✅        |\n| `sitemaps`  | URLs or local filenames of XML sitemaps to be warmed up, separated by newline                            | –        | –        |\n| `urls`      | Additional URLs to be warmed up, separated by newline                                                    | –        | –        |\n| `limit`     | Limit the number of URLs to be processed                                                                 | `0`      | –        |\n| `progress`  | Show a progress bar during cache warmup                                                                  | –        | –        |\n| `verbosity` | Increase output verbosity (`v`, `vv` or `vvv`)                                                           | –        | –        |\n| `config`    | Path to an external configuration file (supported since v3 of the `eliashaeussler/cache-warmup` library) | –        | –        |\n\n## 💬 Outputs\n\nThe following outputs are currently generated:\n\n| Name      | Description                                               |\n|-----------|-----------------------------------------------------------|\n| `version` | Used version of the `eliashaeussler/cache-warmup` library |\n\n## ⭐ License\n\nThis project is licensed under [GNU General Public License 3.0 (or later)](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliashaeussler%2Fcache-warmup-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feliashaeussler%2Fcache-warmup-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliashaeussler%2Fcache-warmup-action/lists"}