https://github.com/actions/toolkit/blob/5e5e1b7aacba68a53836a34db4a288c…
private const ESCAPED_PROPERTIES = [ '%' => '%25', "\r" => '%0D', "\n" => '%0A', ':' => '%3A', ',' => '%2C', ];