January 13, 2026
Convert Markdown to PDF and HTML
Version updated for https://github.com/barrust/markdown-to-pdf to version v1.0.3.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, Markdown to PDF, automates the conversion of Markdown files into PDF and HTML formats, enabling streamlined document generation directly within CI/CD workflows. It supports features like code highlighting, tables, images, links, emojis, and task lists, solving the problem of manual file conversion while ensuring consistent formatting with customizable themes and templates.
January 13, 2026
setup-fvm
Version updated for https://github.com/chika3742/setup-fvm to version v3.1.3.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-fvm GitHub Action automates the setup of the Flutter SDK using FVM (Flutter Version Management) and caches the SDK and Pub packages for efficient reusability. It simplifies managing Flutter versions and dependencies across CI/CD workflows while ensuring caching persists even if the job fails, reducing build times and improving reliability.
January 13, 2026
Snyk IaC scan and publish to Unify Platform
Version updated for https://github.com/cloudbees-io-gha/snyk-iac-publish to version v1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action integrates Snyk’s Infrastructure as Code (IaC) scanning tool into workflows to detect security vulnerabilities and misconfigurations in IaC files, such as Terraform, Kubernetes, and CloudFormation. It automates security checks early in the development lifecycle, providing actionable insights, compliance validation, and quality gates to enhance infrastructure security and enforce best practices before deployment.
January 13, 2026
CodSpeed Performance Analysis
Version updated for https://github.com/CodSpeedHQ/action to version v4.7.0.
This action is used across all versions by 1,975 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The CodSpeed GitHub Action automates the process of running performance benchmarks in continuous integration (CI) environments using CodSpeed. It simplifies the execution, measurement, and reporting of benchmarks while integrating seamlessly with CodSpeed’s platform for performance analysis. Key capabilities include support for various measurement modes, instrument caching, and optional authentication methods to securely upload benchmarking results.
January 13, 2026
terraform-new-workspace
Version updated for https://github.com/dflook/terraform-new-workspace to version v2.2.3.
This action is used across all versions by 59 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The terraform-new-workspace GitHub Action automates the creation of new Terraform workspaces, ensuring idempotency by succeeding gracefully if the workspace already exists. It simplifies the management of Terraform environments by streamlining workspace setup processes, including optional backend configuration. This action is particularly useful for teams managing infrastructure across multiple environments or branches, reducing manual effort and potential errors.
January 13, 2026
terraform-output
Version updated for https://github.com/dflook/terraform-output to version v2.2.3.
This action is used across all versions by 70 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The terraform-output GitHub Action retrieves root-level outputs from a Terraform configuration, automating the extraction and usage of these outputs within workflows. It simplifies tasks such as accessing infrastructure details or configuration results by providing outputs as individual action outputs or as a JSON file.
January 13, 2026
terraform-plan
Version updated for https://github.com/dflook/terraform-plan to version v2.2.3.
This action is used across all versions by 356 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The terraform-plan GitHub Action automates the process of generating a Terraform plan and, for pull requests, adds a comment with the plan details to the PR. It streamlines infrastructure management by providing visibility into planned changes before applying them, helping teams review and validate infrastructure updates directly within GitHub.
January 13, 2026
terraform-validate
Version updated for https://github.com/dflook/terraform-validate to version v2.2.3.
This action is used across all versions by 583 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The terraform-validate GitHub Action automates the validation of Terraform configurations by running the terraform validate command to ensure they are syntactically and structurally correct. It helps catch errors in Terraform code early in the development process by failing the build and adding GitHub checks when invalid configurations are detected.
January 13, 2026
terraform-version
Version updated for https://github.com/dflook/terraform-version to version v2.2.3.
This action is used across all versions by 24 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The terraform-version GitHub Action determines the appropriate version of Terraform and its providers for a given root module by analyzing various configuration sources such as required_version, .tfswitchrc, .terraform-version, and workspace settings. It automates the process of version discovery, ensuring compatibility and consistency across workflows.